public final class OutfeedEnqueue extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static <T> OutfeedEnqueue |
create(Scope scope,
Operand<T> input)
Factory method to create a class wrapping a new OutfeedEnqueue operation.
|
equals, hashCode, op, toStringpublic static <T> OutfeedEnqueue create(Scope scope, Operand<T> input)
scope - current scopeinput - A tensor that will be inserted into the outfeed queue.Copyright © 2015–2019. All rights reserved.