Uses of Class
inference.GrpcService.ModelInferRequest.InferRequestedOutputTensor
Packages that use GrpcService.ModelInferRequest.InferRequestedOutputTensor
-
Uses of GrpcService.ModelInferRequest.InferRequestedOutputTensor in inference
Methods in inference that return GrpcService.ModelInferRequest.InferRequestedOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder.build()GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder.buildPartial()GrpcService.ModelInferRequest.InferRequestedOutputTensor.getDefaultInstance()GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder.getDefaultInstanceForType()GrpcService.ModelInferRequest.InferRequestedOutputTensor.getDefaultInstanceForType()GrpcService.ModelInferRequest.Builder.getOutputs(int index) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.getOutputs(int index) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequestOrBuilder.getOutputs(int index) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseDelimitedFrom(InputStream input) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(byte[] data) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(com.google.protobuf.ByteString data) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(InputStream input) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(ByteBuffer data) GrpcService.ModelInferRequest.InferRequestedOutputTensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ModelInferRequest.InferRequestedOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.getOutputsList()@@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.getOutputsList()@@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequestOrBuilder.getOutputsList()@@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.com.google.protobuf.Parser<GrpcService.ModelInferRequest.InferRequestedOutputTensor> GrpcService.ModelInferRequest.InferRequestedOutputTensor.getParserForType()static com.google.protobuf.Parser<GrpcService.ModelInferRequest.InferRequestedOutputTensor> GrpcService.ModelInferRequest.InferRequestedOutputTensor.parser()Methods in inference with parameters of type GrpcService.ModelInferRequest.InferRequestedOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.addOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addOutputs(GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder.mergeFrom(GrpcService.ModelInferRequest.InferRequestedOutputTensor other) GrpcService.ModelInferRequest.InferRequestedOutputTensor.newBuilder(GrpcService.ModelInferRequest.InferRequestedOutputTensor prototype) GrpcService.ModelInferRequest.Builder.setOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.Method parameters in inference with type arguments of type GrpcService.ModelInferRequest.InferRequestedOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.addAllOutputs(Iterable<? extends GrpcService.ModelInferRequest.InferRequestedOutputTensor> values) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.