operation| Modifier and Type | Method and Description |
|---|---|
List<Output<?>> |
components()
Result of the get_next on the dataset.
|
static MultiDeviceIteratorGetNextFromShard |
create(Scope scope,
Operand<?> multiDeviceIterator,
Operand<Integer> shardNum,
Operand<Long> incarnationId,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new MultiDeviceIteratorGetNextFromShard operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static MultiDeviceIteratorGetNextFromShard create(Scope scope, Operand<?> multiDeviceIterator, Operand<Integer> shardNum, Operand<Long> incarnationId, List<Class<?>> outputTypes, List<Shape> outputShapes)
scope - current graph scopemultiDeviceIterator - A MultiDeviceIterator resource.shardNum - Integer representing which shard to fetch data for.incarnationId - Which incarnation of the MultiDeviceIterator is running.outputTypes - The type list for the return values.outputShapes - The list of shapes being produced.Copyright © 2015–2019. All rights reserved.