Uses of Interface
onnx.OnnxMl.TensorAnnotationOrBuilder
-
Packages that use OnnxMl.TensorAnnotationOrBuilder Package Description onnx -
-
Uses of OnnxMl.TensorAnnotationOrBuilder in onnx
Classes in onnx that implement OnnxMl.TensorAnnotationOrBuilder Modifier and Type Class Description static class
OnnxMl.TensorAnnotation
Protobuf typeonnx.TensorAnnotation
static class
OnnxMl.TensorAnnotation.Builder
Protobuf typeonnx.TensorAnnotation
Methods in onnx that return OnnxMl.TensorAnnotationOrBuilder Modifier and Type Method Description OnnxMl.TensorAnnotationOrBuilder
OnnxMl.GraphProto.Builder. getQuantizationAnnotationOrBuilder(int index)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOrBuilder
OnnxMl.GraphProto. getQuantizationAnnotationOrBuilder(int index)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOrBuilder
OnnxMl.GraphProtoOrBuilder. getQuantizationAnnotationOrBuilder(int index)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Methods in onnx that return types with arguments of type OnnxMl.TensorAnnotationOrBuilder Modifier and Type Method Description List<? extends OnnxMl.TensorAnnotationOrBuilder>
OnnxMl.GraphProto.Builder. getQuantizationAnnotationOrBuilderList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<? extends OnnxMl.TensorAnnotationOrBuilder>
OnnxMl.GraphProto. getQuantizationAnnotationOrBuilderList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<? extends OnnxMl.TensorAnnotationOrBuilder>
OnnxMl.GraphProtoOrBuilder. getQuantizationAnnotationOrBuilderList()
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.
-