| Modifier and Type | Class and Description |
|---|---|
static class |
IteratorFromStringHandleV2.Options
Optional attributes for
IteratorFromStringHandleV2 |
operation| Modifier and Type | Method and Description |
|---|---|
Output<Object> |
asOutput()
Returns the symbolic handle of a tensor.
|
static IteratorFromStringHandleV2 |
create(Scope scope,
Operand<String> stringHandle,
List<Class<?>> outputTypes,
IteratorFromStringHandleV2.Options... options)
Factory method to create a class to wrap a new IteratorFromStringHandleV2 operation to the graph.
|
static IteratorFromStringHandleV2.Options |
outputShapes(List<Shape> outputShapes) |
Output<?> |
resourceHandle() |
equals, hashCode, toStringpublic static IteratorFromStringHandleV2 create(Scope scope, Operand<String> stringHandle, List<Class<?>> outputTypes, IteratorFromStringHandleV2.Options... options)
scope - current graph scopestringHandle - outputTypes - options - carries optional attributes valuespublic static IteratorFromStringHandleV2.Options outputShapes(List<Shape> outputShapes)
outputShapes - public Output<?> resourceHandle()
public Output<Object> asOutput()
OperandInputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
asOutput in interface Operand<Object>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.