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