public static final class OnnxMl.OperatorSetIdProto extends com.google.protobuf.GeneratedMessageV3 implements OnnxMl.OperatorSetIdProtoOrBuilder
Operator Sets OperatorSets are uniquely identified by a (domain, opset_version) pair.Protobuf type
onnx.OperatorSetIdProto| Modifier and Type | Class and Description |
|---|---|
static class |
OnnxMl.OperatorSetIdProto.Builder
Operator Sets
OperatorSets are uniquely identified by a (domain, opset_version) pair.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DOMAIN_FIELD_NUMBER |
static com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> |
PARSER
Deprecated.
|
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static OnnxMl.OperatorSetIdProto |
getDefaultInstance() |
OnnxMl.OperatorSetIdProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDomain()
The domain of the operator set being identified.
|
com.google.protobuf.ByteString |
getDomainBytes()
The domain of the operator set being identified.
|
com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getVersion()
The version of the operator set being identified.
|
boolean |
hasDomain()
The domain of the operator set being identified.
|
int |
hashCode() |
boolean |
hasVersion()
The version of the operator set being identified.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OnnxMl.OperatorSetIdProto.Builder |
newBuilder() |
static OnnxMl.OperatorSetIdProto.Builder |
newBuilder(OnnxMl.OperatorSetIdProto prototype) |
OnnxMl.OperatorSetIdProto.Builder |
newBuilderForType() |
protected OnnxMl.OperatorSetIdProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static OnnxMl.OperatorSetIdProto |
parseDelimitedFrom(java.io.InputStream input) |
static OnnxMl.OperatorSetIdProto |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.OperatorSetIdProto |
parseFrom(byte[] data) |
static OnnxMl.OperatorSetIdProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.OperatorSetIdProto |
parseFrom(java.nio.ByteBuffer data) |
static OnnxMl.OperatorSetIdProto |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.OperatorSetIdProto |
parseFrom(com.google.protobuf.ByteString data) |
static OnnxMl.OperatorSetIdProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.OperatorSetIdProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OnnxMl.OperatorSetIdProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.OperatorSetIdProto |
parseFrom(java.io.InputStream input) |
static OnnxMl.OperatorSetIdProto |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> |
parser() |
OnnxMl.OperatorSetIdProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOMAIN_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDomain()
The domain of the operator set being identified.
The empty string ("") or absence of this field implies the operator
set that is defined as part of the ONNX specification.
This field MUST be present in this version of the IR when referring to any other operator set.
optional string domain = 1;hasDomain in interface OnnxMl.OperatorSetIdProtoOrBuilderpublic java.lang.String getDomain()
The domain of the operator set being identified.
The empty string ("") or absence of this field implies the operator
set that is defined as part of the ONNX specification.
This field MUST be present in this version of the IR when referring to any other operator set.
optional string domain = 1;getDomain in interface OnnxMl.OperatorSetIdProtoOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
The domain of the operator set being identified.
The empty string ("") or absence of this field implies the operator
set that is defined as part of the ONNX specification.
This field MUST be present in this version of the IR when referring to any other operator set.
optional string domain = 1;getDomainBytes in interface OnnxMl.OperatorSetIdProtoOrBuilderpublic boolean hasVersion()
The version of the operator set being identified. This field MUST be present in this version of the IR.
optional int64 version = 2;hasVersion in interface OnnxMl.OperatorSetIdProtoOrBuilderpublic long getVersion()
The version of the operator set being identified. This field MUST be present in this version of the IR.
optional int64 version = 2;getVersion in interface OnnxMl.OperatorSetIdProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OnnxMl.OperatorSetIdProto parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.OperatorSetIdProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.OperatorSetIdProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.OperatorSetIdProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic OnnxMl.OperatorSetIdProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OnnxMl.OperatorSetIdProto.Builder newBuilder()
public static OnnxMl.OperatorSetIdProto.Builder newBuilder(OnnxMl.OperatorSetIdProto prototype)
public OnnxMl.OperatorSetIdProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OnnxMl.OperatorSetIdProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static OnnxMl.OperatorSetIdProto getDefaultInstance()
public static com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> parser()
public com.google.protobuf.Parser<OnnxMl.OperatorSetIdProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OnnxMl.OperatorSetIdProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder