Uses of Class
onnx.OnnxMl.TensorAnnotation
-
Packages that use OnnxMl.TensorAnnotation Package Description onnx -
-
Uses of OnnxMl.TensorAnnotation in onnx
Methods in onnx that return OnnxMl.TensorAnnotation Modifier and Type Method Description OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation.Builder. build()OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation.Builder. buildPartial()static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. getDefaultInstance()OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation.Builder. getDefaultInstanceForType()OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. getDefaultInstanceForType()OnnxMl.TensorAnnotationOnnxMl.GraphProto.Builder. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOnnxMl.GraphProto. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotationOnnxMl.GraphProtoOrBuilder. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseDelimitedFrom(InputStream input)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(byte[] data)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(InputStream input)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(ByteBuffer data)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OnnxMl.TensorAnnotationOnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in onnx that return types with arguments of type OnnxMl.TensorAnnotation Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<OnnxMl.TensorAnnotation>OnnxMl.TensorAnnotation. getParserForType()List<OnnxMl.TensorAnnotation>OnnxMl.GraphProto.Builder. getQuantizationAnnotationList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<OnnxMl.TensorAnnotation>OnnxMl.GraphProto. getQuantizationAnnotationList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.List<OnnxMl.TensorAnnotation>OnnxMl.GraphProtoOrBuilder. getQuantizationAnnotationList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.static org.nd4j.shade.protobuf.Parser<OnnxMl.TensorAnnotation>OnnxMl.TensorAnnotation. parser()Methods in onnx with parameters of type OnnxMl.TensorAnnotation Modifier and Type Method Description OnnxMl.GraphProto.BuilderOnnxMl.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.BuilderOnnxMl.GraphProto.Builder. addQuantizationAnnotation(OnnxMl.TensorAnnotation value)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotation.BuilderOnnxMl.TensorAnnotation.Builder. mergeFrom(OnnxMl.TensorAnnotation other)static OnnxMl.TensorAnnotation.BuilderOnnxMl.TensorAnnotation. newBuilder(OnnxMl.TensorAnnotation prototype)OnnxMl.GraphProto.BuilderOnnxMl.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 onnx with type arguments of type OnnxMl.TensorAnnotation Modifier and Type Method Description OnnxMl.GraphProto.BuilderOnnxMl.GraphProto.Builder. addAllQuantizationAnnotation(Iterable<? extends OnnxMl.TensorAnnotation> values)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.
-