Uses of Class
ai.onnx.proto.OnnxMl.TensorAnnotation.Builder
Packages that use OnnxMl.TensorAnnotation.Builder
-
Uses of OnnxMl.TensorAnnotation.Builder in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnxMl.TensorAnnotation.Builder.addAllQuantParameterTensorNames
(Iterable<? extends OnnxMl.StringStringEntryProto> values) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.GraphProto.Builder.addQuantizationAnnotationBuilder()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.Builder.addQuantizationAnnotationBuilder
(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames
(int index, OnnxMl.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames
(int index, OnnxMl.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames
(OnnxMl.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames
(OnnxMl.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorAnnotation.Builder.clear()
OnnxMl.TensorAnnotation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.TensorAnnotation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.TensorAnnotation.Builder.clearQuantParameterTensorNames()
<key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.clearTensorName()
optional string tensor_name = 1;
OnnxMl.TensorAnnotation.Builder.clone()
OnnxMl.GraphProto.Builder.getQuantizationAnnotationBuilder
(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotation.Builder.mergeFrom
(OnnxMl.TensorAnnotation other) OnnxMl.TensorAnnotation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorAnnotation.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.TensorAnnotation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorAnnotation.newBuilder()
OnnxMl.TensorAnnotation.newBuilder
(OnnxMl.TensorAnnotation prototype) OnnxMl.TensorAnnotation.newBuilderForType()
protected OnnxMl.TensorAnnotation.Builder
OnnxMl.TensorAnnotation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.TensorAnnotation.Builder.removeQuantParameterTensorNames
(int index) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorAnnotation.Builder.setQuantParameterTensorNames
(int index, OnnxMl.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.setQuantParameterTensorNames
(int index, OnnxMl.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.OnnxMl.TensorAnnotation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.TensorAnnotation.Builder.setTensorName
(String value) optional string tensor_name = 1;
OnnxMl.TensorAnnotation.Builder.setTensorNameBytes
(com.google.protobuf.ByteString value) optional string tensor_name = 1;
OnnxMl.TensorAnnotation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorAnnotation.toBuilder()
Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getQuantizationAnnotationBuilderList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Methods in ai.onnx.proto with parameters of type OnnxMl.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addQuantizationAnnotation
(int index, OnnxMl.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.Builder.addQuantizationAnnotation
(OnnxMl.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.Builder.setQuantizationAnnotation
(int index, OnnxMl.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.