operation| Modifier and Type | Method and Description |
|---|---|
static InfeedDequeueTuple |
create(Scope scope,
List<Class<?>> dtypes,
List<Shape> shapes)
Factory method to create a class wrapping a new InfeedDequeueTuple operation.
|
Iterator<Operand<Object>> |
iterator() |
List<Output<?>> |
outputs()
A list of tensors that will be provided using the infeed mechanism.
|
equals, hashCode, op, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static InfeedDequeueTuple create(Scope scope, List<Class<?>> dtypes, List<Shape> shapes)
scope - current scopedtypes - The element types of each element in `outputs`.shapes - The shapes of each tensor in `outputs`.public List<Output<?>> outputs()
Copyright © 2015–2019. All rights reserved.