Uses of Class
ai.onnx.proto.OnnxMl.TensorAnnotation
-
Uses of OnnxMl.TensorAnnotation in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TensorAnnotation>
OnnxMl.TensorAnnotation.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.TensorAnnotation.Builder.build()
OnnxMl.TensorAnnotation.Builder.buildPartial()
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.getDefaultInstance()
OnnxMl.TensorAnnotation.Builder.getDefaultInstanceForType()
OnnxMl.TensorAnnotation.getDefaultInstanceForType()
OnnxMl.GraphProto.Builder.getQuantizationAnnotation
(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.getQuantizationAnnotation
(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProtoOrBuilder.getQuantizationAnnotation
(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseDelimitedFrom
(InputStream input) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(byte[] data) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(InputStream input) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(ByteBuffer data) static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnnxMl.TensorAnnotation>
OnnxMl.TensorAnnotation.getParserForType()
OnnxMl.GraphProto.Builder.getQuantizationAnnotationList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.getQuantizationAnnotationList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProtoOrBuilder.getQuantizationAnnotationList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.static com.google.protobuf.Parser<OnnxMl.TensorAnnotation>
OnnxMl.TensorAnnotation.parser()
Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addQuantizationAnnotation
(int index, OnnxMl.TensorAnnotation value) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.GraphProto.Builder.addQuantizationAnnotation
(OnnxMl.TensorAnnotation value) 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.newBuilder
(OnnxMl.TensorAnnotation prototype) OnnxMl.GraphProto.Builder.setQuantizationAnnotation
(int index, OnnxMl.TensorAnnotation value) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addAllQuantizationAnnotation
(Iterable<? extends OnnxMl.TensorAnnotation> values) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.