public static interface OnnxOperatorsProto3.OperatorSetProtoOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;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;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;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;String getDomain()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;com.github.os72.protobuf351.ByteString getDomainBytes()
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
string domain = 4;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;String getDocString()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;com.github.os72.protobuf351.ByteString getDocStringBytes()
A human-readable documentation for this set of operators. Markdown is allowed.
string doc_string = 6;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;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;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;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;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;Copyright © 2018. All rights reserved.