Uses of Interface
onnx.Onnx.TensorAnnotationOrBuilder
-
Packages that use Onnx.TensorAnnotationOrBuilder Package Description onnx -
-
Uses of Onnx.TensorAnnotationOrBuilder in onnx
Classes in onnx that implement Onnx.TensorAnnotationOrBuilder Modifier and Type Class Description static classOnnx.TensorAnnotationProtobuf typeonnx.TensorAnnotationstatic classOnnx.TensorAnnotation.BuilderProtobuf typeonnx.TensorAnnotationMethods in onnx that return Onnx.TensorAnnotationOrBuilder Modifier and Type Method Description Onnx.TensorAnnotationOrBuilderOnnx.GraphProto.Builder. getQuantizationAnnotationOrBuilder(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotationOrBuilderOnnx.GraphProto. getQuantizationAnnotationOrBuilder(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotationOrBuilderOnnx.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 Onnx.TensorAnnotationOrBuilder Modifier and Type Method Description List<? extends Onnx.TensorAnnotationOrBuilder>Onnx.GraphProto.Builder. getQuantizationAnnotationOrBuilderList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<? extends Onnx.TensorAnnotationOrBuilder>Onnx.GraphProto. getQuantizationAnnotationOrBuilderList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<? extends Onnx.TensorAnnotationOrBuilder>Onnx.GraphProtoOrBuilder. getQuantizationAnnotationOrBuilderList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.
-