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