Uses of Interface
org.tensorflow.framework.TensorConnectionOrBuilder
-
Packages that use TensorConnectionOrBuilder Package Description org.tensorflow.framework -
-
Uses of TensorConnectionOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorConnectionOrBuilder Modifier and Type Class Description class
TensorConnection
Defines a connection between two tensors in a `GraphDef`.static class
TensorConnection.Builder
Defines a connection between two tensors in a `GraphDef`.Methods in org.tensorflow.framework that return TensorConnectionOrBuilder Modifier and Type Method Description TensorConnectionOrBuilder
CallableOptions.Builder. getTensorConnectionOrBuilder(int index)
Tensors to be connected in the callable.TensorConnectionOrBuilder
CallableOptions. getTensorConnectionOrBuilder(int index)
Tensors to be connected in the callable.TensorConnectionOrBuilder
CallableOptionsOrBuilder. getTensorConnectionOrBuilder(int index)
Tensors to be connected in the callable.Methods in org.tensorflow.framework that return types with arguments of type TensorConnectionOrBuilder Modifier and Type Method Description List<? extends TensorConnectionOrBuilder>
CallableOptions.Builder. getTensorConnectionOrBuilderList()
Tensors to be connected in the callable.List<? extends TensorConnectionOrBuilder>
CallableOptions. getTensorConnectionOrBuilderList()
Tensors to be connected in the callable.List<? extends TensorConnectionOrBuilder>
CallableOptionsOrBuilder. getTensorConnectionOrBuilderList()
Tensors to be connected in the callable.
-