| Modifier and Type | Class and Description |
|---|---|
static class |
MultiDeviceIteratorFromStringHandle.Options
Optional attributes for
MultiDeviceIteratorFromStringHandle |
operation| Modifier and Type | Method and Description |
|---|---|
Output<Object> |
asOutput()
Returns the symbolic handle of a tensor.
|
static MultiDeviceIteratorFromStringHandle |
create(Scope scope,
Operand<String> stringHandle,
List<Class<?>> outputTypes,
MultiDeviceIteratorFromStringHandle.Options... options)
Factory method to create a class to wrap a new MultiDeviceIteratorFromStringHandle operation to the graph.
|
Output<?> |
multiDeviceIterator()
A MultiDeviceIterator resource.
|
static MultiDeviceIteratorFromStringHandle.Options |
outputShapes(List<Shape> outputShapes) |
equals, hashCode, toStringpublic static MultiDeviceIteratorFromStringHandle create(Scope scope, Operand<String> stringHandle, List<Class<?>> outputTypes, MultiDeviceIteratorFromStringHandle.Options... options)
scope - current graph scopestringHandle - String representing the resource.outputTypes - The type list for the return values.options - carries optional attributes valuespublic static MultiDeviceIteratorFromStringHandle.Options outputShapes(List<Shape> outputShapes)
outputShapes - The list of shapes being produced.public Output<?> multiDeviceIterator()
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.