Uses of Class
inference.GrpcService.InferTensorContents.Builder
Packages that use GrpcService.InferTensorContents.Builder
-
Uses of GrpcService.InferTensorContents.Builder in inference
Methods in inference that return GrpcService.InferTensorContents.BuilderModifier and TypeMethodDescriptionGrpcService.InferTensorContents.Builder.addAllBoolContents(Iterable<? extends Boolean> values) @@ @@ .. cpp:var:: bool bool_contents (repeated) @@ @@ Representation for BOOL data type.GrpcService.InferTensorContents.Builder.addAllBytesContents(Iterable<? extends com.google.protobuf.ByteString> values) @@ @@ .. cpp:var:: bytes bytes_contents (repeated) @@ @@ Representation for BYTES data type.GrpcService.InferTensorContents.Builder.addAllFp32Contents(Iterable<? extends Float> values) @@ @@ .. cpp:var:: float fp32_contents (repeated) @@ @@ Representation for FP32 data type.GrpcService.InferTensorContents.Builder.addAllFp64Contents(Iterable<? extends Double> values) @@ @@ .. cpp:var:: double fp64_contents (repeated) @@ @@ Representation for FP64 data type.GrpcService.InferTensorContents.Builder.addAllInt64Contents(Iterable<? extends Long> values) @@ @@ .. cpp:var:: int64 int64_contents (repeated) @@ @@ Representation for INT64 data types.GrpcService.InferTensorContents.Builder.addAllIntContents(Iterable<? extends Integer> values) @@ @@ .. cpp:var:: int32 int_contents (repeated) @@ @@ Representation for INT8, INT16, and INT32 data types.GrpcService.InferTensorContents.Builder.addAllUint64Contents(Iterable<? extends Long> values) @@ @@ .. cpp:var:: uint64 uint64_contents (repeated) @@ @@ Representation for UINT64 data types.GrpcService.InferTensorContents.Builder.addAllUintContents(Iterable<? extends Integer> values) @@ @@ .. cpp:var:: uint32 uint_contents (repeated) @@ @@ Representation for UINT8, UINT16, and UINT32 data types.GrpcService.InferTensorContents.Builder.addBoolContents(boolean value) @@ @@ .. cpp:var:: bool bool_contents (repeated) @@ @@ Representation for BOOL data type.GrpcService.InferTensorContents.Builder.addBytesContents(com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: bytes bytes_contents (repeated) @@ @@ Representation for BYTES data type.GrpcService.InferTensorContents.Builder.addFp32Contents(float value) @@ @@ .. cpp:var:: float fp32_contents (repeated) @@ @@ Representation for FP32 data type.GrpcService.InferTensorContents.Builder.addFp64Contents(double value) @@ @@ .. cpp:var:: double fp64_contents (repeated) @@ @@ Representation for FP64 data type.GrpcService.InferTensorContents.Builder.addInt64Contents(long value) @@ @@ .. cpp:var:: int64 int64_contents (repeated) @@ @@ Representation for INT64 data types.GrpcService.InferTensorContents.Builder.addIntContents(int value) @@ @@ .. cpp:var:: int32 int_contents (repeated) @@ @@ Representation for INT8, INT16, and INT32 data types.GrpcService.InferTensorContents.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.InferTensorContents.Builder.addUint64Contents(long value) @@ @@ .. cpp:var:: uint64 uint64_contents (repeated) @@ @@ Representation for UINT64 data types.GrpcService.InferTensorContents.Builder.addUintContents(int value) @@ @@ .. cpp:var:: uint32 uint_contents (repeated) @@ @@ Representation for UINT8, UINT16, and UINT32 data types.GrpcService.InferTensorContents.Builder.clear()GrpcService.InferTensorContents.Builder.clearBoolContents()@@ @@ .. cpp:var:: bool bool_contents (repeated) @@ @@ Representation for BOOL data type.GrpcService.InferTensorContents.Builder.clearBytesContents()@@ @@ .. cpp:var:: bytes bytes_contents (repeated) @@ @@ Representation for BYTES data type.GrpcService.InferTensorContents.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.InferTensorContents.Builder.clearFp32Contents()@@ @@ .. cpp:var:: float fp32_contents (repeated) @@ @@ Representation for FP32 data type.GrpcService.InferTensorContents.Builder.clearFp64Contents()@@ @@ .. cpp:var:: double fp64_contents (repeated) @@ @@ Representation for FP64 data type.GrpcService.InferTensorContents.Builder.clearInt64Contents()@@ @@ .. cpp:var:: int64 int64_contents (repeated) @@ @@ Representation for INT64 data types.GrpcService.InferTensorContents.Builder.clearIntContents()@@ @@ .. cpp:var:: int32 int_contents (repeated) @@ @@ Representation for INT8, INT16, and INT32 data types.GrpcService.InferTensorContents.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.InferTensorContents.Builder.clearUint64Contents()@@ @@ .. cpp:var:: uint64 uint64_contents (repeated) @@ @@ Representation for UINT64 data types.GrpcService.InferTensorContents.Builder.clearUintContents()@@ @@ .. cpp:var:: uint32 uint_contents (repeated) @@ @@ Representation for UINT8, UINT16, and UINT32 data types.GrpcService.InferTensorContents.Builder.clone()GrpcService.ModelInferRequest.InferInputTensor.Builder.getContentsBuilder()@@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.getContentsBuilder()@@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.InferTensorContents.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferTensorContents.Builder.mergeFrom(com.google.protobuf.Message other) GrpcService.InferTensorContents.Builder.mergeFrom(GrpcService.InferTensorContents other) GrpcService.InferTensorContents.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.InferTensorContents.newBuilder()GrpcService.InferTensorContents.newBuilder(GrpcService.InferTensorContents prototype) GrpcService.InferTensorContents.newBuilderForType()protected GrpcService.InferTensorContents.BuilderGrpcService.InferTensorContents.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcService.InferTensorContents.Builder.setBoolContents(int index, boolean value) @@ @@ .. cpp:var:: bool bool_contents (repeated) @@ @@ Representation for BOOL data type.GrpcService.InferTensorContents.Builder.setBytesContents(int index, com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: bytes bytes_contents (repeated) @@ @@ Representation for BYTES data type.GrpcService.InferTensorContents.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.InferTensorContents.Builder.setFp32Contents(int index, float value) @@ @@ .. cpp:var:: float fp32_contents (repeated) @@ @@ Representation for FP32 data type.GrpcService.InferTensorContents.Builder.setFp64Contents(int index, double value) @@ @@ .. cpp:var:: double fp64_contents (repeated) @@ @@ Representation for FP64 data type.GrpcService.InferTensorContents.Builder.setInt64Contents(int index, long value) @@ @@ .. cpp:var:: int64 int64_contents (repeated) @@ @@ Representation for INT64 data types.GrpcService.InferTensorContents.Builder.setIntContents(int index, int value) @@ @@ .. cpp:var:: int32 int_contents (repeated) @@ @@ Representation for INT8, INT16, and INT32 data types.GrpcService.InferTensorContents.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.InferTensorContents.Builder.setUint64Contents(int index, long value) @@ @@ .. cpp:var:: uint64 uint64_contents (repeated) @@ @@ Representation for UINT64 data types.GrpcService.InferTensorContents.Builder.setUintContents(int index, int value) @@ @@ .. cpp:var:: uint32 uint_contents (repeated) @@ @@ Representation for UINT8, UINT16, and UINT32 data types.GrpcService.InferTensorContents.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.InferTensorContents.toBuilder()Methods in inference with parameters of type GrpcService.InferTensorContents.BuilderModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.InferInputTensor.Builder.setContents(GrpcService.InferTensorContents.Builder builderForValue) @@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setContents(GrpcService.InferTensorContents.Builder builderForValue) @@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.