tf.raw_ops.ConsumeMutexLock

This op consumes a lock created by MutexLock.

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.

mutex_lock A Tensor of type variant. A tensor returned by MutexLock.
name A name for the operation (optional).

The created Operation.