public static final class OnnxOperators.OperatorSetProto.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder> implements OnnxOperators.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 |
|---|---|
OnnxOperators.OperatorSetProto.Builder |
addAllOperator(Iterable<? extends OnnxOperators.OperatorProto> values)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
addOperator(int index,
OnnxOperators.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
addOperator(int index,
OnnxOperators.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
addOperator(OnnxOperators.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
addOperator(OnnxOperators.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperators.OperatorProto.Builder |
addOperatorBuilder()
The operators specified by this operator set.
|
OnnxOperators.OperatorProto.Builder |
addOperatorBuilder(int index)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OnnxOperators.OperatorSetProto |
build() |
OnnxOperators.OperatorSetProto |
buildPartial() |
OnnxOperators.OperatorSetProto.Builder |
clear() |
OnnxOperators.OperatorSetProto.Builder |
clearDocString()
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
clearDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
OnnxOperators.OperatorSetProto.Builder |
clearIrBuildMetadata()
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
clearIrVersion()
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperators.OperatorSetProto.Builder |
clearIrVersionPrerelease()
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
clearMagic()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
OnnxOperators.OperatorSetProto.Builder |
clearOperator()
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
clearOpsetVersion()
The version of the set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
clone() |
OnnxOperators.OperatorSetProto |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this set of operators.
|
org.nd4j.shade.protobuf.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).
|
org.nd4j.shade.protobuf.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.
|
org.nd4j.shade.protobuf.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.
|
org.nd4j.shade.protobuf.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.
|
org.nd4j.shade.protobuf.ByteString |
getMagicBytes()
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorProto |
getOperator(int index)
The operators specified by this operator set.
|
OnnxOperators.OperatorProto.Builder |
getOperatorBuilder(int index)
The operators specified by this operator set.
|
List<OnnxOperators.OperatorProto.Builder> |
getOperatorBuilderList()
The operators specified by this operator set.
|
int |
getOperatorCount()
The operators specified by this operator set.
|
List<OnnxOperators.OperatorProto> |
getOperatorList()
The operators specified by this operator set.
|
OnnxOperators.OperatorProtoOrBuilder |
getOperatorOrBuilder(int index)
The operators specified by this operator set.
|
List<? extends OnnxOperators.OperatorProtoOrBuilder> |
getOperatorOrBuilderList()
The operators specified by this operator set.
|
long |
getOpsetVersion()
The version of the set of operators.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxOperators.OperatorSetProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
OnnxOperators.OperatorSetProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
OnnxOperators.OperatorSetProto.Builder |
mergeFrom(OnnxOperators.OperatorSetProto other) |
OnnxOperators.OperatorSetProto.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
OnnxOperators.OperatorSetProto.Builder |
removeOperator(int index)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
setDocString(String value)
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
setDomain(String value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
setDomainBytes(org.nd4j.shade.protobuf.ByteString value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OnnxOperators.OperatorSetProto.Builder |
setIrBuildMetadata(String value)
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
setIrBuildMetadataBytes(org.nd4j.shade.protobuf.ByteString value)
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
setIrVersion(int value)
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperators.OperatorSetProto.Builder |
setIrVersionPrerelease(String value)
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
setIrVersionPrereleaseBytes(org.nd4j.shade.protobuf.ByteString value)
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
setMagic(String value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
setMagicBytes(org.nd4j.shade.protobuf.ByteString value)
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
setOperator(int index,
OnnxOperators.OperatorProto.Builder builderForValue)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
setOperator(int index,
OnnxOperators.OperatorProto value)
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
setOpsetVersion(long value)
The version of the set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxOperators.OperatorSetProto.Builder |
setUnknownFields(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic OnnxOperators.OperatorSetProto build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic OnnxOperators.OperatorSetProto buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic OnnxOperators.OperatorSetProto.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder mergeFrom(OnnxOperators.OperatorSetProto other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public OnnxOperators.OperatorSetProto.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic org.nd4j.shade.protobuf.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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;value - The magic to set.public OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder setMagicBytes(org.nd4j.shade.protobuf.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;value - The bytes for magic to set.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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;value - The irVersion to set.public OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic org.nd4j.shade.protobuf.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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;value - The irVersionPrerelease to set.public OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder setIrVersionPrereleaseBytes(org.nd4j.shade.protobuf.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;value - The bytes for irVersionPrerelease to set.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 OnnxOperators.OperatorSetProtoOrBuilderpublic org.nd4j.shade.protobuf.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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;value - The irBuildMetadata to set.public OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder setIrBuildMetadataBytes(org.nd4j.shade.protobuf.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;value - The bytes for irBuildMetadata to set.public String getDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;getDomain in interface OnnxOperators.OperatorSetProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDomainBytes()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;getDomainBytes in interface OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.OperatorSetProto.Builder setDomain(String value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;value - The domain to set.public OnnxOperators.OperatorSetProto.Builder clearDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;public OnnxOperators.OperatorSetProto.Builder setDomainBytes(org.nd4j.shade.protobuf.ByteString value)
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;value - The bytes for domain to set.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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;value - The opsetVersion to set.public OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;getDocStringBytes in interface OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.OperatorSetProto.Builder setDocString(String value)
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;value - The docString to set.public OnnxOperators.OperatorSetProto.Builder clearDocString()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;public OnnxOperators.OperatorSetProto.Builder setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;value - The bytes for docString to set.public List<OnnxOperators.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 OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.OperatorSetProto.Builder setOperator(int index, OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder setOperator(int index, OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder addOperator(OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder addOperator(int index, OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder addOperator(OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder addOperator(int index, OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder addAllOperator(Iterable<? extends OnnxOperators.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 OnnxOperators.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 OnnxOperators.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 OnnxOperators.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 OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic List<? extends OnnxOperators.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 OnnxOperators.OperatorSetProtoOrBuilderpublic OnnxOperators.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 OnnxOperators.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<OnnxOperators.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 OnnxOperators.OperatorSetProto.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>public final OnnxOperators.OperatorSetProto.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxOperators.OperatorSetProto.Builder>Copyright © 2022. All rights reserved.