public static final class OnnxOperatorsProto3.OperatorSetProto.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder> implements OnnxOperatorsProto3.OperatorSetProtoOrBuilder
An OperatorSetProto represents an immutable set of immutable operator specifications. The domain of the set (OperatorSetProto.domain) is a reverse-DNS name that disambiguates operator sets defined by independent entities. The version of the set (opset_version) is a monotonically increasing integer that indicates changes to the membership of the operator set. Operator sets are uniquely identified by a two part identifier (domain, opset_version) Like ModelProto, OperatorSetProto is intended as a top-level file/wire format, and thus has the standard format headers in addition to the operator set information.Protobuf type
onnx.OperatorSetProto| Modifier and Type | Method and Description |
|---|---|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addAllOperator(Iterable<? extends OnnxOperatorsProto3.OperatorProto> values)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addOperator(int index,
OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addOperator(int index,
OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addOperator(OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addOperator(OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorProto.Builder |
addOperatorBuilder()
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorProto.Builder |
addOperatorBuilder(int index)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxOperatorsProto3.OperatorSetProto |
build() |
OnnxOperatorsProto3.OperatorSetProto |
buildPartial() |
OnnxOperatorsProto3.OperatorSetProto.Builder |
clear() |
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearDocString()
A human-readable documentation for this set of operators.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearIrBuildMetadata()
The build metadata component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearIrVersion()
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearIrVersionPrerelease()
The prerelease component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearMagic()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearOperator()
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clearOpsetVersion()
The version of the set of operators.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
clone() |
OnnxOperatorsProto3.OperatorSetProto |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this set of operators.
|
com.github.os72.protobuf351.ByteString |
getDocStringBytes()
A human-readable documentation for this set of operators.
|
String |
getDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
com.github.os72.protobuf351.ByteString |
getDomainBytes()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
String |
getIrBuildMetadata()
The build metadata component of the SemVer of the IR.
|
com.github.os72.protobuf351.ByteString |
getIrBuildMetadataBytes()
The build metadata component of the SemVer of the IR.
|
int |
getIrVersion()
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
String |
getIrVersionPrerelease()
The prerelease component of the SemVer of the IR.
|
com.github.os72.protobuf351.ByteString |
getIrVersionPrereleaseBytes()
The prerelease component of the SemVer of the IR.
|
String |
getMagic()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
com.github.os72.protobuf351.ByteString |
getMagicBytes()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperatorsProto3.OperatorProto |
getOperator(int index)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorProto.Builder |
getOperatorBuilder(int index)
The operators specified by this operator set.
|
List<OnnxOperatorsProto3.OperatorProto.Builder> |
getOperatorBuilderList()
The operators specified by this operator set.
|
int |
getOperatorCount()
The operators specified by this operator set.
|
List<OnnxOperatorsProto3.OperatorProto> |
getOperatorList()
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorProtoOrBuilder |
getOperatorOrBuilder(int index)
The operators specified by this operator set.
|
List<? extends OnnxOperatorsProto3.OperatorProtoOrBuilder> |
getOperatorOrBuilderList()
The operators specified by this operator set.
|
long |
getOpsetVersion()
The version of the set of operators.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxOperatorsProto3.OperatorSetProto.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
mergeFrom(OnnxOperatorsProto3.OperatorSetProto other) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
removeOperator(int index)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setDocString(String value)
A human-readable documentation for this set of operators.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this set of operators.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setDomain(String value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setDomainBytes(com.github.os72.protobuf351.ByteString value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
setIrBuildMetadata(String value)
The build metadata component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setIrBuildMetadataBytes(com.github.os72.protobuf351.ByteString value)
The build metadata component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setIrVersion(int value)
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setIrVersionPrerelease(String value)
The prerelease component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setIrVersionPrereleaseBytes(com.github.os72.protobuf351.ByteString value)
The prerelease component of the SemVer of the IR.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setMagic(String value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setMagicBytes(com.github.os72.protobuf351.ByteString value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setOperator(int index,
OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setOperator(int index,
OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setOpsetVersion(long value)
The version of the set of operators.
|
OnnxOperatorsProto3.OperatorSetProto.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxOperatorsProto3.OperatorSetProto.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxOperatorsProto3.OperatorSetProto buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxOperatorsProto3.OperatorSetProto.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder mergeFrom(OnnxOperatorsProto3.OperatorSetProto other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public OnnxOperatorsProto3.OperatorSetProto.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>IOExceptionpublic String getMagic()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content. This field MUST be "ONNXOPSET" This field MUST be present in this version of the IR
string magic = 1;getMagic in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getMagicBytes()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content. This field MUST be "ONNXOPSET" This field MUST be present in this version of the IR
string magic = 1;getMagicBytes in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setMagic(String value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content. This field MUST be "ONNXOPSET" This field MUST be present in this version of the IR
string magic = 1;public OnnxOperatorsProto3.OperatorSetProto.Builder clearMagic()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content. This field MUST be "ONNXOPSET" This field MUST be present in this version of the IR
string magic = 1;public OnnxOperatorsProto3.OperatorSetProto.Builder setMagicBytes(com.github.os72.protobuf351.ByteString value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content. This field MUST be "ONNXOPSET" This field MUST be present in this version of the IR
string magic = 1;public int getIrVersion()
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to. It is always IR_VERSION. This field MUST be present in this version of the IR
int32 ir_version = 2;getIrVersion in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setIrVersion(int value)
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to. It is always IR_VERSION. This field MUST be present in this version of the IR
int32 ir_version = 2;public OnnxOperatorsProto3.OperatorSetProto.Builder clearIrVersion()
All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to. It is always IR_VERSION. This field MUST be present in this version of the IR
int32 ir_version = 2;public String getIrVersionPrerelease()
The prerelease component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_version_prerelease = 3;getIrVersionPrerelease in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getIrVersionPrereleaseBytes()
The prerelease component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_version_prerelease = 3;getIrVersionPrereleaseBytes in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setIrVersionPrerelease(String value)
The prerelease component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_version_prerelease = 3;public OnnxOperatorsProto3.OperatorSetProto.Builder clearIrVersionPrerelease()
The prerelease component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_version_prerelease = 3;public OnnxOperatorsProto3.OperatorSetProto.Builder setIrVersionPrereleaseBytes(com.github.os72.protobuf351.ByteString value)
The prerelease component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_version_prerelease = 3;public String getIrBuildMetadata()
The build metadata component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_build_metadata = 7;getIrBuildMetadata in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getIrBuildMetadataBytes()
The build metadata component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_build_metadata = 7;getIrBuildMetadataBytes in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setIrBuildMetadata(String value)
The build metadata component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_build_metadata = 7;public OnnxOperatorsProto3.OperatorSetProto.Builder clearIrBuildMetadata()
The build metadata component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_build_metadata = 7;public OnnxOperatorsProto3.OperatorSetProto.Builder setIrBuildMetadataBytes(com.github.os72.protobuf351.ByteString value)
The build metadata component of the SemVer of the IR. This field MAY be absent in this version of the IR
string ir_build_metadata = 7;public String getDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;getDomain in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getDomainBytes()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;getDomainBytes in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setDomain(String value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;public OnnxOperatorsProto3.OperatorSetProto.Builder clearDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;public OnnxOperatorsProto3.OperatorSetProto.Builder setDomainBytes(com.github.os72.protobuf351.ByteString value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;public long getOpsetVersion()
The version of the set of operators. This is a simple int value that is monotonically increasing as new versions of operator set are published. All operators in this set MUST have version numbers no greater than opset_version.
int64 opset_version = 5;getOpsetVersion in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setOpsetVersion(long value)
The version of the set of operators. This is a simple int value that is monotonically increasing as new versions of operator set are published. All operators in this set MUST have version numbers no greater than opset_version.
int64 opset_version = 5;public OnnxOperatorsProto3.OperatorSetProto.Builder clearOpsetVersion()
The version of the set of operators. This is a simple int value that is monotonically increasing as new versions of operator set are published. All operators in this set MUST have version numbers no greater than opset_version.
int64 opset_version = 5;public String getDocString()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;getDocString in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getDocStringBytes()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;getDocStringBytes in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setDocString(String value)
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;public OnnxOperatorsProto3.OperatorSetProto.Builder clearDocString()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;public OnnxOperatorsProto3.OperatorSetProto.Builder setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;public List<OnnxOperatorsProto3.OperatorProto> getOperatorList()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;getOperatorList in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic int getOperatorCount()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;getOperatorCount in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorProto getOperator(int index)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;getOperator in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorSetProto.Builder setOperator(int index, OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder setOperator(int index, OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder addOperator(OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder addOperator(int index, OnnxOperatorsProto3.OperatorProto value)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder addOperator(OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder addOperator(int index, OnnxOperatorsProto3.OperatorProto.Builder builderForValue)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder addAllOperator(Iterable<? extends OnnxOperatorsProto3.OperatorProto> values)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder clearOperator()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorSetProto.Builder removeOperator(int index)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorProto.Builder getOperatorBuilder(int index)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorProtoOrBuilder getOperatorOrBuilder(int index)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;getOperatorOrBuilder in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic List<? extends OnnxOperatorsProto3.OperatorProtoOrBuilder> getOperatorOrBuilderList()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;getOperatorOrBuilderList in interface OnnxOperatorsProto3.OperatorSetProtoOrBuilderpublic OnnxOperatorsProto3.OperatorProto.Builder addOperatorBuilder()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public OnnxOperatorsProto3.OperatorProto.Builder addOperatorBuilder(int index)
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public List<OnnxOperatorsProto3.OperatorProto.Builder> getOperatorBuilderList()
The operators specified by this operator set. The (name, version) MUST be unique across all OperatorProtos in operator
repeated .onnx.OperatorProto operator = 8;public final OnnxOperatorsProto3.OperatorSetProto.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>public final OnnxOperatorsProto3.OperatorSetProto.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxOperatorsProto3.OperatorSetProto.Builder>Copyright © 2018. All rights reserved.