| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.data |
| Modifier and Type | Method and Description |
|---|---|
IteratorGetNext |
DataOps.iteratorGetNext(Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Builds an
IteratorGetNext operation |
| Modifier and Type | Method and Description |
|---|---|
static IteratorGetNext |
IteratorGetNext.create(Scope scope,
Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class wrapping a new IteratorGetNext operation.
|
Copyright © 2015–2019. All rights reserved.