public static interface OnnxMl.OperatorSetIdProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
long |
getVersion()
The version of the operator set being identified.
|
boolean |
hasDomain()
The domain of the operator set being identified.
|
boolean |
hasVersion()
The version of the operator set being identified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;