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.TensorAnnotation
OnnxMl.TensorAnnotation.Builder. build()
OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.Builder. buildPartial()
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. getDefaultInstance()
OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation.Builder. getDefaultInstanceForType()
OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. getDefaultInstanceForType()
OnnxMl.TensorAnnotation
OnnxMl.GraphProto.Builder. getQuantizationAnnotation(int index)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotation
OnnxMl.GraphProto. getQuantizationAnnotation(int index)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.OnnxMl.TensorAnnotation
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, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(byte[] data)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(InputStream input)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(ByteBuffer data)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TensorAnnotation
OnnxMl.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static OnnxMl.TensorAnnotation
OnnxMl.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.Builder
OnnxMl.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
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
OnnxMl.TensorAnnotation.Builder. mergeFrom(OnnxMl.TensorAnnotation other)
static OnnxMl.TensorAnnotation.Builder
OnnxMl.TensorAnnotation. newBuilder(OnnxMl.TensorAnnotation prototype)
OnnxMl.GraphProto.Builder
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 onnx with type arguments of type OnnxMl.TensorAnnotation Modifier and Type Method Description OnnxMl.GraphProto.Builder
OnnxMl.GraphProto.Builder. addAllQuantizationAnnotation(Iterable<? extends OnnxMl.TensorAnnotation> values)
This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.
-