@Operator public final class ConsumeMutexLock extends PrimitiveOp
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.
NOTE: This operation must run on the same device as its input. This may be enforced via the `colocate_with` mechanism.
operation| Modifier and Type | Method and Description |
|---|---|
static ConsumeMutexLock |
create(Scope scope,
Operand<?> mutexLock)
Factory method to create a class to wrap a new ConsumeMutexLock operation to the graph.
|
equals, hashCode, toStringpublic static ConsumeMutexLock create(Scope scope, Operand<?> mutexLock)
scope - current graph scopemutexLock - A tensor returned by `MutexLock`.Copyright © 2015–2019. All rights reserved.