Uses of Class
ai.onnx.proto.OnnxMl.TensorAnnotation
Packages that use OnnxMl.TensorAnnotation
-
Uses of OnnxMl.TensorAnnotation in ai.onnx.proto
Fields in ai.onnx.proto with type parameters of type OnnxMl.TensorAnnotationModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TensorAnnotation>
OnnxMl.TensorAnnotation.PARSER
Deprecated.Methods in ai.onnx.proto that return OnnxMl.TensorAnnotationModifier 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) Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorAnnotationModifier 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()
Methods in ai.onnx.proto with parameters of type OnnxMl.TensorAnnotationModifier 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.Method parameters in ai.onnx.proto with type arguments of type OnnxMl.TensorAnnotationModifier 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.