Package onnx
Class OnnxOperators.OperatorSetProto
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite
-
- org.nd4j.shade.protobuf.AbstractMessage
-
- org.nd4j.shade.protobuf.GeneratedMessageV3
-
- onnx.OnnxOperators.OperatorSetProto
-
- All Implemented Interfaces:
Serializable,OnnxOperators.OperatorSetProtoOrBuilder,org.nd4j.shade.protobuf.Message,org.nd4j.shade.protobuf.MessageLite,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- Enclosing class:
- OnnxOperators
public static final class OnnxOperators.OperatorSetProto extends org.nd4j.shade.protobuf.GeneratedMessageV3 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 typeonnx.OperatorSetProto- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnnxOperators.OperatorSetProto.BuilderAn OperatorSetProto represents an immutable set of immutable operator specifications.-
Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intDOC_STRING_FIELD_NUMBERstatic intDOMAIN_FIELD_NUMBERstatic intFUNCTIONS_FIELD_NUMBERstatic intIR_BUILD_METADATA_FIELD_NUMBERstatic intIR_VERSION_FIELD_NUMBERstatic intIR_VERSION_PRERELEASE_FIELD_NUMBERstatic intMAGIC_FIELD_NUMBERstatic intOPERATOR_FIELD_NUMBERstatic intOPSET_VERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static OnnxOperators.OperatorSetProtogetDefaultInstance()OnnxOperators.OperatorSetProtogetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()StringgetDocString()A human-readable documentation for this set of operators.org.nd4j.shade.protobuf.ByteStringgetDocStringBytes()A human-readable documentation for this set of operators.StringgetDomain()Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).org.nd4j.shade.protobuf.ByteStringgetDomainBytes()Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).Onnx.FunctionProtogetFunctions(int index)The functions specified by this operator set.intgetFunctionsCount()The functions specified by this operator set.List<Onnx.FunctionProto>getFunctionsList()The functions specified by this operator set.Onnx.FunctionProtoOrBuildergetFunctionsOrBuilder(int index)The functions specified by this operator set.List<? extends Onnx.FunctionProtoOrBuilder>getFunctionsOrBuilderList()The functions specified by this operator set.StringgetIrBuildMetadata()The build metadata component of the SemVer of the IR.org.nd4j.shade.protobuf.ByteStringgetIrBuildMetadataBytes()The build metadata component of the SemVer of the IR.longgetIrVersion()All OperatorSetProtos indicate the version of the IR syntax and semantics they adhere to.StringgetIrVersionPrerelease()The prerelease component of the SemVer of the IR.org.nd4j.shade.protobuf.ByteStringgetIrVersionPrereleaseBytes()The prerelease component of the SemVer of the IR.StringgetMagic()All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.org.nd4j.shade.protobuf.ByteStringgetMagicBytes()All OperatorSetProtos start with a distingushed byte sequence to disambiguate protobuf files containing OperatorSets from other content.OnnxOperators.OperatorProtogetOperator(int index)The operators specified by this operator set.intgetOperatorCount()The operators specified by this operator set.List<OnnxOperators.OperatorProto>getOperatorList()The operators specified by this operator set.OnnxOperators.OperatorProtoOrBuildergetOperatorOrBuilder(int index)The operators specified by this operator set.List<? extends OnnxOperators.OperatorProtoOrBuilder>getOperatorOrBuilderList()The operators specified by this operator set.longgetOpsetVersion()The version of the set of operators.org.nd4j.shade.protobuf.Parser<OnnxOperators.OperatorSetProto>getParserForType()intgetSerializedSize()org.nd4j.shade.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static OnnxOperators.OperatorSetProto.BuildernewBuilder()static OnnxOperators.OperatorSetProto.BuildernewBuilder(OnnxOperators.OperatorSetProto prototype)OnnxOperators.OperatorSetProto.BuildernewBuilderForType()protected OnnxOperators.OperatorSetProto.BuildernewBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static OnnxOperators.OperatorSetProtoparseDelimitedFrom(InputStream input)static OnnxOperators.OperatorSetProtoparseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxOperators.OperatorSetProtoparseFrom(byte[] data)static OnnxOperators.OperatorSetProtoparseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxOperators.OperatorSetProtoparseFrom(InputStream input)static OnnxOperators.OperatorSetProtoparseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxOperators.OperatorSetProtoparseFrom(ByteBuffer data)static OnnxOperators.OperatorSetProtoparseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxOperators.OperatorSetProtoparseFrom(org.nd4j.shade.protobuf.ByteString data)static OnnxOperators.OperatorSetProtoparseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxOperators.OperatorSetProtoparseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OnnxOperators.OperatorSetProtoparseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static org.nd4j.shade.protobuf.Parser<OnnxOperators.OperatorSetProto>parser()OnnxOperators.OperatorSetProto.BuildertoBuilder()voidwriteTo(org.nd4j.shade.protobuf.CodedOutputStream output)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
MAGIC_FIELD_NUMBER
public static final int MAGIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IR_VERSION_FIELD_NUMBER
public static final int IR_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IR_VERSION_PRERELEASE_FIELD_NUMBER
public static final int IR_VERSION_PRERELEASE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IR_BUILD_METADATA_FIELD_NUMBER
public static final int IR_BUILD_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOMAIN_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPSET_VERSION_FIELD_NUMBER
public static final int OPSET_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOC_STRING_FIELD_NUMBER
public static final int DOC_STRING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATOR_FIELD_NUMBER
public static final int OPERATOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FUNCTIONS_FIELD_NUMBER
public static final int FUNCTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getUnknownFields
public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getMagic
public 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;- Specified by:
getMagicin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The magic.
-
getMagicBytes
public 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;- Specified by:
getMagicBytesin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The bytes for magic.
-
getIrVersion
public long 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
int64 ir_version = 2;- Specified by:
getIrVersionin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The irVersion.
-
getIrVersionPrerelease
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;- Specified by:
getIrVersionPrereleasein interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The irVersionPrerelease.
-
getIrVersionPrereleaseBytes
public 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;- Specified by:
getIrVersionPrereleaseBytesin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The bytes for irVersionPrerelease.
-
getIrBuildMetadata
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;- Specified by:
getIrBuildMetadatain interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The irBuildMetadata.
-
getIrBuildMetadataBytes
public 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;- Specified by:
getIrBuildMetadataBytesin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The bytes for irBuildMetadata.
-
getDomain
public String getDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;- Specified by:
getDomainin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The domain.
-
getDomainBytes
public org.nd4j.shade.protobuf.ByteString getDomainBytes()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;- Specified by:
getDomainBytesin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The bytes for domain.
-
getOpsetVersion
public long getOpsetVersion()
The version of the set of operators. This is a simple int value that is monotonically increasing as new versions of the operator set are published. All operators in this set MUST have since_version <= opset_version.
int64 opset_version = 5;- Specified by:
getOpsetVersionin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The opsetVersion.
-
getDocString
public String getDocString()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;- Specified by:
getDocStringin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The docString.
-
getDocStringBytes
public org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;- Specified by:
getDocStringBytesin interfaceOnnxOperators.OperatorSetProtoOrBuilder- Returns:
- The bytes for docString.
-
getOperatorList
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;- Specified by:
getOperatorListin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getOperatorOrBuilderList
public 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;- Specified by:
getOperatorOrBuilderListin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getOperatorCount
public 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;- Specified by:
getOperatorCountin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getOperator
public 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;- Specified by:
getOperatorin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getOperatorOrBuilder
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;- Specified by:
getOperatorOrBuilderin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getFunctionsList
public List<Onnx.FunctionProto> getFunctionsList()
The functions specified by this operator set. The (name, version) MUST be unique across all OperatorProtos/FunctionProtos in operator/functions
repeated .onnx.FunctionProto functions = 9;- Specified by:
getFunctionsListin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getFunctionsOrBuilderList
public List<? extends Onnx.FunctionProtoOrBuilder> getFunctionsOrBuilderList()
The functions specified by this operator set. The (name, version) MUST be unique across all OperatorProtos/FunctionProtos in operator/functions
repeated .onnx.FunctionProto functions = 9;- Specified by:
getFunctionsOrBuilderListin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getFunctionsCount
public int getFunctionsCount()
The functions specified by this operator set. The (name, version) MUST be unique across all OperatorProtos/FunctionProtos in operator/functions
repeated .onnx.FunctionProto functions = 9;- Specified by:
getFunctionsCountin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getFunctions
public Onnx.FunctionProto getFunctions(int index)
The functions specified by this operator set. The (name, version) MUST be unique across all OperatorProtos/FunctionProtos in operator/functions
repeated .onnx.FunctionProto functions = 9;- Specified by:
getFunctionsin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
getFunctionsOrBuilder
public Onnx.FunctionProtoOrBuilder getFunctionsOrBuilder(int index)
The functions specified by this operator set. The (name, version) MUST be unique across all OperatorProtos/FunctionProtos in operator/functions
repeated .onnx.FunctionProto functions = 9;- Specified by:
getFunctionsOrBuilderin interfaceOnnxOperators.OperatorSetProtoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
writeToin classorg.nd4j.shade.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getSerializedSizein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceorg.nd4j.shade.protobuf.Message- Overrides:
equalsin classorg.nd4j.shade.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.nd4j.shade.protobuf.Message- Overrides:
hashCodein classorg.nd4j.shade.protobuf.AbstractMessage
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OnnxOperators.OperatorSetProto parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OnnxOperators.OperatorSetProto parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxOperators.OperatorSetProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public OnnxOperators.OperatorSetProto.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilder
public static OnnxOperators.OperatorSetProto.Builder newBuilder()
-
newBuilder
public static OnnxOperators.OperatorSetProto.Builder newBuilder(OnnxOperators.OperatorSetProto prototype)
-
toBuilder
public OnnxOperators.OperatorSetProto.Builder toBuilder()
- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.Message- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilderForType
protected OnnxOperators.OperatorSetProto.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OnnxOperators.OperatorSetProto getDefaultInstance()
-
parser
public static org.nd4j.shade.protobuf.Parser<OnnxOperators.OperatorSetProto> parser()
-
getParserForType
public org.nd4j.shade.protobuf.Parser<OnnxOperators.OperatorSetProto> getParserForType()
- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getParserForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OnnxOperators.OperatorSetProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
-