Package | Description |
---|---|
org.tensorflow.distruntime | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
TensorProto.Builder |
RunCallableRequest.Builder.addFeedBuilder()
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
TensorProto.Builder |
RunCallableRequest.Builder.addFeedBuilder(int index)
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
TensorProto.Builder |
RunCallableResponse.Builder.addFetchBuilder()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
TensorProto.Builder |
RunCallableResponse.Builder.addFetchBuilder(int index)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
TensorProto.Builder |
RunCallableRequest.Builder.getFeedBuilder(int index)
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
TensorProto.Builder |
RunCallableResponse.Builder.getFetchBuilder(int index)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
TensorProto.Builder |
RecvTensorResponse.Builder.getTensorBuilder()
The tensor as a proto.
|
Modifier and Type | Method and Description |
---|---|
List<TensorProto.Builder> |
RunCallableRequest.Builder.getFeedBuilderList()
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
List<TensorProto.Builder> |
RunCallableResponse.Builder.getFetchBuilderList()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
Modifier and Type | Method and Description |
---|---|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(int index,
TensorProto.Builder builderForValue)
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(TensorProto.Builder builderForValue)
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(int index,
TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setFeed(int index,
TensorProto.Builder builderForValue)
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setFetch(int index,
TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RecvTensorResponse.Builder |
RecvTensorResponse.Builder.setTensor(TensorProto.Builder builderForValue)
The tensor as a proto.
|
Modifier and Type | Method and Description |
---|---|
TensorProto.Builder |
TensorProto.Builder.addAllBoolVal(Iterable<? extends Boolean> values)
DT_BOOL
|
TensorProto.Builder |
TensorProto.Builder.addAllDcomplexVal(Iterable<? extends Double> values)
DT_COMPLEX128.
|
TensorProto.Builder |
TensorProto.Builder.addAllDoubleVal(Iterable<? extends Double> values)
DT_DOUBLE.
|
TensorProto.Builder |
TensorProto.Builder.addAllFloatVal(Iterable<? extends Float> values)
DT_FLOAT.
|
TensorProto.Builder |
TensorProto.Builder.addAllHalfVal(Iterable<? extends Integer> values)
DT_HALF, DT_BFLOAT16.
|
TensorProto.Builder |
TensorProto.Builder.addAllInt64Val(Iterable<? extends Long> values)
DT_INT64
|
TensorProto.Builder |
TensorProto.Builder.addAllIntVal(Iterable<? extends Integer> values)
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
|
TensorProto.Builder |
TensorProto.Builder.addAllResourceHandleVal(Iterable<? extends ResourceHandleProto> values)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.addAllScomplexVal(Iterable<? extends Float> values)
DT_COMPLEX64.
|
TensorProto.Builder |
TensorProto.Builder.addAllStringVal(Iterable<? extends org.nd4j.shade.protobuf.ByteString> values)
DT_STRING
|
TensorProto.Builder |
TensorProto.Builder.addAllUint32Val(Iterable<? extends Integer> values)
DT_UINT32
|
TensorProto.Builder |
TensorProto.Builder.addAllUint64Val(Iterable<? extends Long> values)
DT_UINT64
|
TensorProto.Builder |
TensorProto.Builder.addAllVariantVal(Iterable<? extends VariantTensorDataProto> values)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.addBoolVal(boolean value)
DT_BOOL
|
TensorProto.Builder |
TensorProto.Builder.addDcomplexVal(double value)
DT_COMPLEX128.
|
TensorProto.Builder |
TensorProto.Builder.addDoubleVal(double value)
DT_DOUBLE.
|
TensorProto.Builder |
TensorProto.Builder.addFloatVal(float value)
DT_FLOAT.
|
TensorProto.Builder |
TensorProto.Builder.addHalfVal(int value)
DT_HALF, DT_BFLOAT16.
|
TensorProto.Builder |
TensorProto.Builder.addInt64Val(long value)
DT_INT64
|
TensorProto.Builder |
TensorProto.Builder.addIntVal(int value)
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
|
TensorProto.Builder |
TensorProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorProto.Builder |
TensorProto.Builder.addResourceHandleVal(int index,
ResourceHandleProto.Builder builderForValue)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.addResourceHandleVal(int index,
ResourceHandleProto value)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.addResourceHandleVal(ResourceHandleProto.Builder builderForValue)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.addResourceHandleVal(ResourceHandleProto value)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.addScomplexVal(float value)
DT_COMPLEX64.
|
TensorProto.Builder |
TensorProto.Builder.addStringVal(org.nd4j.shade.protobuf.ByteString value)
DT_STRING
|
TensorProto.Builder |
AttrValue.ListValue.Builder.addTensorBuilder()
"list(tensor)"
|
TensorProto.Builder |
AttrValue.ListValue.Builder.addTensorBuilder(int index)
"list(tensor)"
|
TensorProto.Builder |
VariantTensorDataProto.Builder.addTensorsBuilder()
Tensors contained within objects being serialized.
|
TensorProto.Builder |
VariantTensorDataProto.Builder.addTensorsBuilder(int index)
Tensors contained within objects being serialized.
|
TensorProto.Builder |
TensorProto.Builder.addUint32Val(int value)
DT_UINT32
|
TensorProto.Builder |
TensorProto.Builder.addUint64Val(long value)
DT_UINT64
|
TensorProto.Builder |
TensorProto.Builder.addVariantVal(int index,
VariantTensorDataProto.Builder builderForValue)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.addVariantVal(int index,
VariantTensorDataProto value)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.addVariantVal(VariantTensorDataProto.Builder builderForValue)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.addVariantVal(VariantTensorDataProto value)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.clear() |
TensorProto.Builder |
TensorProto.Builder.clearBoolVal()
DT_BOOL
|
TensorProto.Builder |
TensorProto.Builder.clearDcomplexVal()
DT_COMPLEX128.
|
TensorProto.Builder |
TensorProto.Builder.clearDoubleVal()
DT_DOUBLE.
|
TensorProto.Builder |
TensorProto.Builder.clearDtype()
.tensorflow.DataType dtype = 1; |
TensorProto.Builder |
TensorProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
TensorProto.Builder |
TensorProto.Builder.clearFloatVal()
DT_FLOAT.
|
TensorProto.Builder |
TensorProto.Builder.clearHalfVal()
DT_HALF, DT_BFLOAT16.
|
TensorProto.Builder |
TensorProto.Builder.clearInt64Val()
DT_INT64
|
TensorProto.Builder |
TensorProto.Builder.clearIntVal()
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
|
TensorProto.Builder |
TensorProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
TensorProto.Builder |
TensorProto.Builder.clearResourceHandleVal()
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.clearScomplexVal()
DT_COMPLEX64.
|
TensorProto.Builder |
TensorProto.Builder.clearStringVal()
DT_STRING
|
TensorProto.Builder |
TensorProto.Builder.clearTensorContent()
Serialized raw tensor content from either Tensor::AsProtoTensorContent or
memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
|
TensorProto.Builder |
TensorProto.Builder.clearTensorShape()
Shape of the tensor.
|
TensorProto.Builder |
TensorProto.Builder.clearUint32Val()
DT_UINT32
|
TensorProto.Builder |
TensorProto.Builder.clearUint64Val()
DT_UINT64
|
TensorProto.Builder |
TensorProto.Builder.clearVariantVal()
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.clearVersionNumber()
Version number.
|
TensorProto.Builder |
TensorProto.Builder.clone() |
TensorProto.Builder |
Summary.Value.Builder.getTensorBuilder()
.tensorflow.TensorProto tensor = 8; |
TensorProto.Builder |
NamedTensorProto.Builder.getTensorBuilder()
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
TensorProto.Builder |
AttrValue.Builder.getTensorBuilder()
"tensor"
|
TensorProto.Builder |
AttrValue.ListValue.Builder.getTensorBuilder(int index)
"list(tensor)"
|
TensorProto.Builder |
VariantTensorDataProto.Builder.getTensorsBuilder(int index)
Tensors contained within objects being serialized.
|
TensorProto.Builder |
TensorProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorProto.Builder |
TensorProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
TensorProto.Builder |
TensorProto.Builder.mergeFrom(TensorProto other) |
TensorProto.Builder |
TensorProto.Builder.mergeTensorShape(TensorShapeProto value)
Shape of the tensor.
|
TensorProto.Builder |
TensorProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static TensorProto.Builder |
TensorProto.newBuilder() |
static TensorProto.Builder |
TensorProto.newBuilder(TensorProto prototype) |
TensorProto.Builder |
TensorProto.newBuilderForType() |
protected TensorProto.Builder |
TensorProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
TensorProto.Builder |
TensorProto.Builder.removeResourceHandleVal(int index)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.removeVariantVal(int index)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.setBoolVal(int index,
boolean value)
DT_BOOL
|
TensorProto.Builder |
TensorProto.Builder.setDcomplexVal(int index,
double value)
DT_COMPLEX128.
|
TensorProto.Builder |
TensorProto.Builder.setDoubleVal(int index,
double value)
DT_DOUBLE.
|
TensorProto.Builder |
TensorProto.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 1; |
TensorProto.Builder |
TensorProto.Builder.setDtypeValue(int value)
.tensorflow.DataType dtype = 1; |
TensorProto.Builder |
TensorProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorProto.Builder |
TensorProto.Builder.setFloatVal(int index,
float value)
DT_FLOAT.
|
TensorProto.Builder |
TensorProto.Builder.setHalfVal(int index,
int value)
DT_HALF, DT_BFLOAT16.
|
TensorProto.Builder |
TensorProto.Builder.setInt64Val(int index,
long value)
DT_INT64
|
TensorProto.Builder |
TensorProto.Builder.setIntVal(int index,
int value)
DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
|
TensorProto.Builder |
TensorProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorProto.Builder |
TensorProto.Builder.setResourceHandleVal(int index,
ResourceHandleProto.Builder builderForValue)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.setResourceHandleVal(int index,
ResourceHandleProto value)
DT_RESOURCE
|
TensorProto.Builder |
TensorProto.Builder.setScomplexVal(int index,
float value)
DT_COMPLEX64.
|
TensorProto.Builder |
TensorProto.Builder.setStringVal(int index,
org.nd4j.shade.protobuf.ByteString value)
DT_STRING
|
TensorProto.Builder |
TensorProto.Builder.setTensorContent(org.nd4j.shade.protobuf.ByteString value)
Serialized raw tensor content from either Tensor::AsProtoTensorContent or
memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
|
TensorProto.Builder |
TensorProto.Builder.setTensorShape(TensorShapeProto.Builder builderForValue)
Shape of the tensor.
|
TensorProto.Builder |
TensorProto.Builder.setTensorShape(TensorShapeProto value)
Shape of the tensor.
|
TensorProto.Builder |
TensorProto.Builder.setUint32Val(int index,
int value)
DT_UINT32
|
TensorProto.Builder |
TensorProto.Builder.setUint64Val(int index,
long value)
DT_UINT64
|
TensorProto.Builder |
TensorProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
TensorProto.Builder |
TensorProto.Builder.setVariantVal(int index,
VariantTensorDataProto.Builder builderForValue)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.setVariantVal(int index,
VariantTensorDataProto value)
DT_VARIANT
|
TensorProto.Builder |
TensorProto.Builder.setVersionNumber(int value)
Version number.
|
TensorProto.Builder |
TensorProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<TensorProto.Builder> |
AttrValue.ListValue.Builder.getTensorBuilderList()
"list(tensor)"
|
List<TensorProto.Builder> |
VariantTensorDataProto.Builder.getTensorsBuilderList()
Tensors contained within objects being serialized.
|
Modifier and Type | Method and Description |
---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addTensor(int index,
TensorProto.Builder builderForValue)
"list(tensor)"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addTensor(TensorProto.Builder builderForValue)
"list(tensor)"
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.addTensors(int index,
TensorProto.Builder builderForValue)
Tensors contained within objects being serialized.
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.addTensors(TensorProto.Builder builderForValue)
Tensors contained within objects being serialized.
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.setTensor(int index,
TensorProto.Builder builderForValue)
"list(tensor)"
|
Summary.Value.Builder |
Summary.Value.Builder.setTensor(TensorProto.Builder builderForValue)
.tensorflow.TensorProto tensor = 8; |
NamedTensorProto.Builder |
NamedTensorProto.Builder.setTensor(TensorProto.Builder builderForValue)
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
AttrValue.Builder |
AttrValue.Builder.setTensor(TensorProto.Builder builderForValue)
"tensor"
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.setTensors(int index,
TensorProto.Builder builderForValue)
Tensors contained within objects being serialized.
|
Copyright © 2022. All rights reserved.