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 classOnnxMl.TensorAnnotationProtobuf typeonnx.TensorAnnotationstatic classOnnxMl.TensorAnnotation.BuilderProtobuf typeonnx.TensorAnnotationMethods in onnx that return OnnxMl.TensorAnnotationOrBuilder Modifier and Type Method Description OnnxMl.TensorAnnotationOrBuilderOnnxMl.GraphProto.Builder. getQuantizationAnnotationOrBuilder(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOrBuilderOnnxMl.GraphProto. getQuantizationAnnotationOrBuilder(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOrBuilderOnnxMl.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.
-