Uses of Class
inference.GrpcPredictV2.InferTensorContents
Packages that use GrpcPredictV2.InferTensorContents
-
Uses of GrpcPredictV2.InferTensorContents in inference
Methods in inference that return GrpcPredictV2.InferTensorContentsModifier and TypeMethodDescriptionGrpcPredictV2.InferTensorContents.Builder.build()GrpcPredictV2.InferTensorContents.Builder.buildPartial()GrpcPredictV2.ModelInferRequest.InferInputTensor.Builder.getContents()The tensor contents using a data-type format.GrpcPredictV2.ModelInferRequest.InferInputTensor.getContents()The tensor contents using a data-type format.GrpcPredictV2.ModelInferRequest.InferInputTensorOrBuilder.getContents()The tensor contents using a data-type format.GrpcPredictV2.ModelInferResponse.InferOutputTensor.Builder.getContents()The tensor contents using a data-type format.GrpcPredictV2.ModelInferResponse.InferOutputTensor.getContents()The tensor contents using a data-type format.GrpcPredictV2.ModelInferResponse.InferOutputTensorOrBuilder.getContents()The tensor contents using a data-type format.GrpcPredictV2.InferTensorContents.getDefaultInstance()GrpcPredictV2.InferTensorContents.Builder.getDefaultInstanceForType()GrpcPredictV2.InferTensorContents.getDefaultInstanceForType()GrpcPredictV2.InferTensorContents.parseDelimitedFrom(InputStream input) GrpcPredictV2.InferTensorContents.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.InferTensorContents.parseFrom(byte[] data) GrpcPredictV2.InferTensorContents.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.InferTensorContents.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.InferTensorContents.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.InferTensorContents.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.InferTensorContents.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.InferTensorContents.parseFrom(InputStream input) GrpcPredictV2.InferTensorContents.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.InferTensorContents.parseFrom(ByteBuffer data) GrpcPredictV2.InferTensorContents.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcPredictV2.InferTensorContentsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcPredictV2.InferTensorContents> GrpcPredictV2.InferTensorContents.getParserForType()static com.google.protobuf.Parser<GrpcPredictV2.InferTensorContents> GrpcPredictV2.InferTensorContents.parser()Methods in inference with parameters of type GrpcPredictV2.InferTensorContentsModifier and TypeMethodDescriptionGrpcPredictV2.ModelInferRequest.InferInputTensor.Builder.mergeContents(GrpcPredictV2.InferTensorContents value) The tensor contents using a data-type format.GrpcPredictV2.ModelInferResponse.InferOutputTensor.Builder.mergeContents(GrpcPredictV2.InferTensorContents value) The tensor contents using a data-type format.GrpcPredictV2.InferTensorContents.Builder.mergeFrom(GrpcPredictV2.InferTensorContents other) GrpcPredictV2.InferTensorContents.newBuilder(GrpcPredictV2.InferTensorContents prototype) GrpcPredictV2.ModelInferRequest.InferInputTensor.Builder.setContents(GrpcPredictV2.InferTensorContents value) The tensor contents using a data-type format.GrpcPredictV2.ModelInferResponse.InferOutputTensor.Builder.setContents(GrpcPredictV2.InferTensorContents value) The tensor contents using a data-type format.