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