Uses of Class
inference.GrpcService.ModelInferRequest.InferInputTensor
Packages that use GrpcService.ModelInferRequest.InferInputTensor
-
Uses of GrpcService.ModelInferRequest.InferInputTensor in com.gencior.triton.core
Methods in com.gencior.triton.core that return GrpcService.ModelInferRequest.InferInputTensorModifier and TypeMethodDescriptionInferInput.getTensor()Returns the underlying Protobuf message builder result -
Uses of GrpcService.ModelInferRequest.InferInputTensor in inference
Methods in inference that return GrpcService.ModelInferRequest.InferInputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.InferInputTensor.Builder.build()GrpcService.ModelInferRequest.InferInputTensor.Builder.buildPartial()GrpcService.ModelInferRequest.InferInputTensor.getDefaultInstance()GrpcService.ModelInferRequest.InferInputTensor.Builder.getDefaultInstanceForType()GrpcService.ModelInferRequest.InferInputTensor.getDefaultInstanceForType()GrpcService.ModelInferRequest.Builder.getInputs(int index) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.getInputs(int index) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequestOrBuilder.getInputs(int index) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.InferInputTensor.parseDelimitedFrom(InputStream input) GrpcService.ModelInferRequest.InferInputTensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(byte[] data) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(com.google.protobuf.ByteString data) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(InputStream input) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(ByteBuffer data) GrpcService.ModelInferRequest.InferInputTensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ModelInferRequest.InferInputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.getInputsList()@@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.getInputsList()@@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequestOrBuilder.getInputsList()@@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.com.google.protobuf.Parser<GrpcService.ModelInferRequest.InferInputTensor> GrpcService.ModelInferRequest.InferInputTensor.getParserForType()static com.google.protobuf.Parser<GrpcService.ModelInferRequest.InferInputTensor> GrpcService.ModelInferRequest.InferInputTensor.parser()Methods in inference with parameters of type GrpcService.ModelInferRequest.InferInputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.addInputs(int index, GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addInputs(GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.InferInputTensor.Builder.mergeFrom(GrpcService.ModelInferRequest.InferInputTensor other) GrpcService.ModelInferRequest.InferInputTensor.newBuilder(GrpcService.ModelInferRequest.InferInputTensor prototype) GrpcService.ModelInferRequest.Builder.setInputs(int index, GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.Method parameters in inference with type arguments of type GrpcService.ModelInferRequest.InferInputTensorModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.addAllInputs(Iterable<? extends GrpcService.ModelInferRequest.InferInputTensor> values) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.