This op consumes a lock created by MutexLock
.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.raw_ops.ConsumeMutexLock(
mutex_lock, name=None
)
This op exists to consume a tensor created by MutexLock
(other than
direct control dependencies). It should be the only that consumes the tensor,
and will raise an error if it is not. Its only purpose is to keep the
mutex lock tensor alive until it is consumed by this op.
Args | |
---|---|
mutex_
|
A Tensor of type variant .
A tensor returned by MutexLock .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
The created Operation. |