Uses of Interface
org.tensorflow.proto.TensorConnectionOrBuilder
Packages that use TensorConnectionOrBuilder
-
Uses of TensorConnectionOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement TensorConnectionOrBuilderModifier and TypeClassDescriptionfinal classDefines a connection between two tensors in a `GraphDef`.static final classDefines a connection between two tensors in a `GraphDef`.Methods in org.tensorflow.proto that return TensorConnectionOrBuilderModifier and TypeMethodDescriptionCallableOptions.Builder.getTensorConnectionOrBuilder(int index) Tensors to be connected in the callable.CallableOptions.getTensorConnectionOrBuilder(int index) Tensors to be connected in the callable.CallableOptionsOrBuilder.getTensorConnectionOrBuilder(int index) Tensors to be connected in the callable.Methods in org.tensorflow.proto that return types with arguments of type TensorConnectionOrBuilderModifier and TypeMethodDescriptionList<? 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.