Uses of Class
inference.GrpcService.ModelInferResponse.InferOutputTensor
Packages that use GrpcService.ModelInferResponse.InferOutputTensor
-
Uses of GrpcService.ModelInferResponse.InferOutputTensor in com.gencior.triton.core
Methods in com.gencior.triton.core that return GrpcService.ModelInferResponse.InferOutputTensorModifier and TypeMethodDescriptionRetrieves the InferOutputTensor protobuf message for a specific output by name. -
Uses of GrpcService.ModelInferResponse.InferOutputTensor in inference
Methods in inference that return GrpcService.ModelInferResponse.InferOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.InferOutputTensor.Builder.build()GrpcService.ModelInferResponse.InferOutputTensor.Builder.buildPartial()GrpcService.ModelInferResponse.InferOutputTensor.getDefaultInstance()GrpcService.ModelInferResponse.InferOutputTensor.Builder.getDefaultInstanceForType()GrpcService.ModelInferResponse.InferOutputTensor.getDefaultInstanceForType()GrpcService.ModelInferResponse.Builder.getOutputs(int index) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.getOutputs(int index) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponseOrBuilder.getOutputs(int index) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.InferOutputTensor.parseDelimitedFrom(InputStream input) GrpcService.ModelInferResponse.InferOutputTensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(byte[] data) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(com.google.protobuf.ByteString data) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(InputStream input) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(ByteBuffer data) GrpcService.ModelInferResponse.InferOutputTensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ModelInferResponse.InferOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.getOutputsList()@@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.getOutputsList()@@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponseOrBuilder.getOutputsList()@@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.com.google.protobuf.Parser<GrpcService.ModelInferResponse.InferOutputTensor> GrpcService.ModelInferResponse.InferOutputTensor.getParserForType()static com.google.protobuf.Parser<GrpcService.ModelInferResponse.InferOutputTensor> GrpcService.ModelInferResponse.InferOutputTensor.parser()Methods in inference with parameters of type GrpcService.ModelInferResponse.InferOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.addOutputs(int index, GrpcService.ModelInferResponse.InferOutputTensor value) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.Builder.addOutputs(GrpcService.ModelInferResponse.InferOutputTensor value) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeFrom(GrpcService.ModelInferResponse.InferOutputTensor other) GrpcService.ModelInferResponse.InferOutputTensor.newBuilder(GrpcService.ModelInferResponse.InferOutputTensor prototype) GrpcService.ModelInferResponse.Builder.setOutputs(int index, GrpcService.ModelInferResponse.InferOutputTensor value) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.Method parameters in inference with type arguments of type GrpcService.ModelInferResponse.InferOutputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.addAllOutputs(Iterable<? extends GrpcService.ModelInferResponse.InferOutputTensor> values) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.