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 TensorConnection
TensorConnection.Builder. build()
TensorConnection
TensorConnection.Builder. buildPartial()
static TensorConnection
TensorConnection. getDefaultInstance()
TensorConnection
TensorConnection.Builder. getDefaultInstanceForType()
TensorConnection
TensorConnection. getDefaultInstanceForType()
TensorConnection
CallableOptions.Builder. getTensorConnection(int index)
Tensors to be connected in the callable.TensorConnection
CallableOptions. getTensorConnection(int index)
Tensors to be connected in the callable.TensorConnection
CallableOptionsOrBuilder. getTensorConnection(int index)
Tensors to be connected in the callable.static TensorConnection
TensorConnection. parseDelimitedFrom(InputStream input)
static TensorConnection
TensorConnection. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorConnection
TensorConnection. parseFrom(byte[] data)
static TensorConnection
TensorConnection. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorConnection
TensorConnection. parseFrom(InputStream input)
static TensorConnection
TensorConnection. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorConnection
TensorConnection. parseFrom(ByteBuffer data)
static TensorConnection
TensorConnection. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorConnection
TensorConnection. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static TensorConnection
TensorConnection. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorConnection
TensorConnection. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static TensorConnection
TensorConnection. 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.Builder
CallableOptions.Builder. addTensorConnection(int index, TensorConnection value)
Tensors to be connected in the callable.CallableOptions.Builder
CallableOptions.Builder. addTensorConnection(TensorConnection value)
Tensors to be connected in the callable.TensorConnection.Builder
TensorConnection.Builder. mergeFrom(TensorConnection other)
static TensorConnection.Builder
TensorConnection. newBuilder(TensorConnection prototype)
CallableOptions.Builder
CallableOptions.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.Builder
CallableOptions.Builder. addAllTensorConnection(Iterable<? extends TensorConnection> values)
Tensors to be connected in the callable.
-