OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addAllQuantParameterTensorNames(Iterable<? extends OnnxMl.StringStringEntryProto> values) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.GraphProto.Builder.addQuantizationAnnotationBuilder() |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.GraphProto.Builder.addQuantizationAnnotationBuilder(int index) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames(int index,
OnnxMl.StringStringEntryProto value) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames(int index,
OnnxMl.StringStringEntryProto.Builder builderForValue) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames(OnnxMl.StringStringEntryProto value) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addQuantParameterTensorNames(OnnxMl.StringStringEntryProto.Builder builderForValue) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clear() |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clearQuantParameterTensorNames() |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clearTensorName() |
string tensor_name = 1;
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.clone() |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.GraphProto.Builder.getQuantizationAnnotationBuilder(int index) |
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) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.newBuilder() |
|
static OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.newBuilder(OnnxMl.TensorAnnotation prototype) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.newBuilderForType() |
|
protected OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.removeQuantParameterTensorNames(int index) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setQuantParameterTensorNames(int index,
OnnxMl.StringStringEntryProto value) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setQuantParameterTensorNames(int index,
OnnxMl.StringStringEntryProto.Builder builderForValue) |
<key, value> pairs to annotate tensor specified by <tensor_name> above.
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setTensorName(String value) |
string tensor_name = 1;
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setTensorNameBytes(org.nd4j.shade.protobuf.ByteString value) |
string tensor_name = 1;
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
OnnxMl.TensorAnnotation.Builder |
OnnxMl.TensorAnnotation.toBuilder() |
|