Uses of Class
inference.GrpcService.ModelInferResponse.InferOutputTensor.Builder
Packages that use GrpcService.ModelInferResponse.InferOutputTensor.Builder
-
Uses of GrpcService.ModelInferResponse.InferOutputTensor.Builder in inference
Methods in inference that return GrpcService.ModelInferResponse.InferOutputTensor.BuilderModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.InferOutputTensor.Builder.addAllShape(Iterable<? extends Long> values) @@ @@ .. cpp:var:: int64 shape (repeated) @@ @@ The tensor shape.GrpcService.ModelInferResponse.Builder.addOutputsBuilder()@@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.Builder.addOutputsBuilder(int index) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.InferOutputTensor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.ModelInferResponse.InferOutputTensor.Builder.addShape(long value) @@ @@ .. cpp:var:: int64 shape (repeated) @@ @@ The tensor shape.GrpcService.ModelInferResponse.InferOutputTensor.Builder.clear()GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearContents()@@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearDatatype()@@ @@ .. cpp:var:: string datatype @@ @@ The tensor data type.GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearName()@@ @@ .. cpp:var:: string name @@ @@ The tensor name.GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearParameters()GrpcService.ModelInferResponse.InferOutputTensor.Builder.clearShape()@@ @@ .. cpp:var:: int64 shape (repeated) @@ @@ The tensor shape.GrpcService.ModelInferResponse.InferOutputTensor.Builder.clone()GrpcService.ModelInferResponse.Builder.getOutputsBuilder(int index) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeContents(GrpcService.InferTensorContents value) @@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeFrom(com.google.protobuf.Message other) GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeFrom(GrpcService.ModelInferResponse.InferOutputTensor other) GrpcService.ModelInferResponse.InferOutputTensor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelInferResponse.InferOutputTensor.newBuilder()GrpcService.ModelInferResponse.InferOutputTensor.newBuilder(GrpcService.ModelInferResponse.InferOutputTensor prototype) GrpcService.ModelInferResponse.InferOutputTensor.newBuilderForType()GrpcService.ModelInferResponse.InferOutputTensor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcService.ModelInferResponse.InferOutputTensor.Builder.putAllParameters(Map<String, GrpcService.InferParameter> values) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional output tensor parameters.GrpcService.ModelInferResponse.InferOutputTensor.Builder.putParameters(String key, GrpcService.InferParameter value) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional output tensor parameters.GrpcService.ModelInferResponse.InferOutputTensor.Builder.removeParameters(String key) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional output tensor parameters.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setContents(GrpcService.InferTensorContents value) @@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setContents(GrpcService.InferTensorContents.Builder builderForValue) @@ .. cpp:var:: InferTensorContents contents @@ @@ The tensor contents using a data-type format.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setDatatype(String value) @@ @@ .. cpp:var:: string datatype @@ @@ The tensor data type.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setDatatypeBytes(com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: string datatype @@ @@ The tensor data type.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) @@ @@ .. cpp:var:: string name @@ @@ The tensor name.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setNameBytes(com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: string name @@ @@ The tensor name.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.ModelInferResponse.InferOutputTensor.Builder.setShape(int index, long value) @@ @@ .. cpp:var:: int64 shape (repeated) @@ @@ The tensor shape.GrpcService.ModelInferResponse.InferOutputTensor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelInferResponse.InferOutputTensor.toBuilder()Methods in inference that return types with arguments of type GrpcService.ModelInferResponse.InferOutputTensor.BuilderModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.getOutputsBuilderList()@@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.Methods in inference with parameters of type GrpcService.ModelInferResponse.InferOutputTensor.BuilderModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.addOutputs(int index, GrpcService.ModelInferResponse.InferOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.Builder.addOutputs(GrpcService.ModelInferResponse.InferOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.GrpcService.ModelInferResponse.Builder.setOutputs(int index, GrpcService.ModelInferResponse.InferOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferOutputTensor outputs (repeated) @@ @@ The output tensors holding inference results.