Uses of Class
onnx.Onnx.TensorAnnotation.Builder
Packages that use Onnx.TensorAnnotation.Builder
-
Uses of Onnx.TensorAnnotation.Builder in onnx
Methods in onnx that return Onnx.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnx.TensorAnnotation.Builder.addAllQuantParameterTensorNames(Iterable<? extends Onnx.StringStringEntryProto> values) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.GraphProto.Builder.addQuantizationAnnotationBuilder()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.GraphProto.Builder.addQuantizationAnnotationBuilder(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotation.Builder.addQuantParameterTensorNames(int index, Onnx.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.addQuantParameterTensorNames(int index, Onnx.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.addQuantParameterTensorNames(Onnx.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.addQuantParameterTensorNames(Onnx.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TensorAnnotation.Builder.clear()Onnx.TensorAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.TensorAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.TensorAnnotation.Builder.clearQuantParameterTensorNames()<key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.clearTensorName()optional string tensor_name = 1;Onnx.TensorAnnotation.Builder.clone()Onnx.GraphProto.Builder.getQuantizationAnnotationBuilder(int index) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.TensorAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.TensorAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.TensorAnnotation.Builder.mergeFrom(Onnx.TensorAnnotation other) Onnx.TensorAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TensorAnnotation.newBuilder()Onnx.TensorAnnotation.newBuilder(Onnx.TensorAnnotation prototype) Onnx.TensorAnnotation.newBuilderForType()protected Onnx.TensorAnnotation.BuilderOnnx.TensorAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.TensorAnnotation.Builder.removeQuantParameterTensorNames(int index) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TensorAnnotation.Builder.setQuantParameterTensorNames(int index, Onnx.StringStringEntryProto value) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.setQuantParameterTensorNames(int index, Onnx.StringStringEntryProto.Builder builderForValue) <key, value> pairs to annotate tensor specified by <tensor_name> above.Onnx.TensorAnnotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.TensorAnnotation.Builder.setTensorName(String value) optional string tensor_name = 1;Onnx.TensorAnnotation.Builder.setTensorNameBytes(com.google.protobuf.ByteString value) optional string tensor_name = 1;Onnx.TensorAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TensorAnnotation.toBuilder()Methods in onnx that return types with arguments of type Onnx.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.getQuantizationAnnotationBuilderList()This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Methods in onnx with parameters of type Onnx.TensorAnnotation.BuilderModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addQuantizationAnnotation(int index, Onnx.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.GraphProto.Builder.addQuantizationAnnotation(Onnx.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.Onnx.GraphProto.Builder.setQuantizationAnnotation(int index, Onnx.TensorAnnotation.Builder builderForValue) This field carries information to indicate the mapping among a tensor and its quantization parameter tensors.