operation| Modifier and Type | Method and Description |
|---|---|
List<Output<?>> |
components()
The components of the single element of `input`.
|
static DatasetToSingleElement |
create(Scope scope,
Operand<?> dataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new DatasetToSingleElement operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static DatasetToSingleElement create(Scope scope, Operand<?> dataset, List<Class<?>> outputTypes, List<Shape> outputShapes)
scope - current graph scopedataset - A handle to a dataset that contains a single element.outputTypes - outputShapes - Copyright © 2015–2019. All rights reserved.