Uses of Class
org.tensorflow.framework.TensorConnection
-
Packages that use TensorConnection Package Description org.tensorflow.framework -
-
Uses of TensorConnection in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorConnection Modifier and Type Method Description TensorConnectionTensorConnection.Builder. build()TensorConnectionTensorConnection.Builder. buildPartial()static TensorConnectionTensorConnection. getDefaultInstance()TensorConnectionTensorConnection.Builder. getDefaultInstanceForType()TensorConnectionTensorConnection. getDefaultInstanceForType()TensorConnectionCallableOptions.Builder. getTensorConnection(int index)Tensors to be connected in the callable.TensorConnectionCallableOptions. getTensorConnection(int index)Tensors to be connected in the callable.TensorConnectionCallableOptionsOrBuilder. getTensorConnection(int index)Tensors to be connected in the callable.static TensorConnectionTensorConnection. parseDelimitedFrom(InputStream input)static TensorConnectionTensorConnection. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorConnectionTensorConnection. parseFrom(byte[] data)static TensorConnectionTensorConnection. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorConnectionTensorConnection. parseFrom(InputStream input)static TensorConnectionTensorConnection. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorConnectionTensorConnection. parseFrom(ByteBuffer data)static TensorConnectionTensorConnection. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorConnectionTensorConnection. parseFrom(org.nd4j.shade.protobuf.ByteString data)static TensorConnectionTensorConnection. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorConnectionTensorConnection. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static TensorConnectionTensorConnection. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type TensorConnection Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<TensorConnection>TensorConnection. getParserForType()List<TensorConnection>CallableOptions.Builder. getTensorConnectionList()Tensors to be connected in the callable.List<TensorConnection>CallableOptions. getTensorConnectionList()Tensors to be connected in the callable.List<TensorConnection>CallableOptionsOrBuilder. getTensorConnectionList()Tensors to be connected in the callable.static org.nd4j.shade.protobuf.Parser<TensorConnection>TensorConnection. parser()Methods in org.tensorflow.framework with parameters of type TensorConnection Modifier and Type Method Description CallableOptions.BuilderCallableOptions.Builder. addTensorConnection(int index, TensorConnection value)Tensors to be connected in the callable.CallableOptions.BuilderCallableOptions.Builder. addTensorConnection(TensorConnection value)Tensors to be connected in the callable.TensorConnection.BuilderTensorConnection.Builder. mergeFrom(TensorConnection other)static TensorConnection.BuilderTensorConnection. newBuilder(TensorConnection prototype)CallableOptions.BuilderCallableOptions.Builder. setTensorConnection(int index, TensorConnection value)Tensors to be connected in the callable.Method parameters in org.tensorflow.framework with type arguments of type TensorConnection Modifier and Type Method Description CallableOptions.BuilderCallableOptions.Builder. addAllTensorConnection(Iterable<? extends TensorConnection> values)Tensors to be connected in the callable.
-