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.TensorAnnotationOnnx.TensorAnnotation.Builder. build()Onnx.TensorAnnotationOnnx.TensorAnnotation.Builder. buildPartial()static Onnx.TensorAnnotationOnnx.TensorAnnotation. getDefaultInstance()Onnx.TensorAnnotationOnnx.TensorAnnotation.Builder. getDefaultInstanceForType()Onnx.TensorAnnotationOnnx.TensorAnnotation. getDefaultInstanceForType()Onnx.TensorAnnotationOnnx.GraphProto.Builder. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotationOnnx.GraphProto. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotationOnnx.GraphProtoOrBuilder. getQuantizationAnnotation(int index)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseDelimitedFrom(InputStream input)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(byte[] data)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(InputStream input)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(ByteBuffer data)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.TensorAnnotationOnnx.TensorAnnotation. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static Onnx.TensorAnnotationOnnx.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.BuilderOnnx.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.BuilderOnnx.GraphProto.Builder. addQuantizationAnnotation(Onnx.TensorAnnotation value)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotation.BuilderOnnx.TensorAnnotation.Builder. mergeFrom(Onnx.TensorAnnotation other)static Onnx.TensorAnnotation.BuilderOnnx.TensorAnnotation. newBuilder(Onnx.TensorAnnotation prototype)Onnx.GraphProto.BuilderOnnx.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.BuilderOnnx.GraphProto.Builder. addAllQuantizationAnnotation(Iterable<? extends Onnx.TensorAnnotation> values)This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.
-