public final class OutfeedEnqueueTuple extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static OutfeedEnqueueTuple |
create(Scope scope,
Iterable<Operand<?>> inputs)
Factory method to create a class wrapping a new OutfeedEnqueueTuple operation.
|
equals, hashCode, op, toStringpublic static OutfeedEnqueueTuple create(Scope scope, Iterable<Operand<?>> inputs)
scope - current scopeinputs - A list of tensors that will be inserted into the outfeed queue as an
XLA tuple.Copyright © 2015–2019. All rights reserved.