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 classTensorConnectionDefines a connection between two tensors in a `GraphDef`.static classTensorConnection.BuilderDefines a connection between two tensors in a `GraphDef`.Methods in org.tensorflow.framework that return TensorConnectionOrBuilder Modifier and Type Method Description TensorConnectionOrBuilderCallableOptions.Builder. getTensorConnectionOrBuilder(int index)Tensors to be connected in the callable.TensorConnectionOrBuilderCallableOptions. getTensorConnectionOrBuilder(int index)Tensors to be connected in the callable.TensorConnectionOrBuilderCallableOptionsOrBuilder. 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.
-