| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static InfeedEnqueue.Options |
InfeedEnqueue.deviceOrdinal(Long deviceOrdinal) |
InfeedEnqueue.Options |
InfeedEnqueue.Options.deviceOrdinal(Long deviceOrdinal) |
static InfeedEnqueue.Options |
InfeedEnqueue.layout(List<Long> layout) |
InfeedEnqueue.Options |
InfeedEnqueue.Options.layout(List<Long> layout) |
static InfeedEnqueue.Options |
InfeedEnqueue.shape(Shape shape) |
InfeedEnqueue.Options |
InfeedEnqueue.Options.shape(Shape shape) |
| Modifier and Type | Method and Description |
|---|---|
static <T> InfeedEnqueue |
InfeedEnqueue.create(Scope scope,
Operand<T> input,
InfeedEnqueue.Options... options)
Factory method to create a class wrapping a new InfeedEnqueue operation.
|
Copyright © 2015–2019. All rights reserved.