Package onnx
Interface OnnxMl.TypeProto.OpaqueOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TypeProto.Opaque,OnnxMl.TypeProto.Opaque.Builder
- Enclosing class:
- OnnxMl.TypeProto
public static interface OnnxMl.TypeProto.OpaqueOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()When missing, the domain is the same as the model's.org.nd4j.shade.protobuf.ByteStringgetDomainBytes()When missing, the domain is the same as the model's.StringgetName()The name is optional but significant when provided.org.nd4j.shade.protobuf.ByteStringgetNameBytes()The name is optional but significant when provided.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomain
String getDomain()
When missing, the domain is the same as the model's.
string domain = 1;- Returns:
- The domain.
-
getDomainBytes
org.nd4j.shade.protobuf.ByteString getDomainBytes()
When missing, the domain is the same as the model's.
string domain = 1;- Returns:
- The bytes for domain.
-
getName
String getName()
The name is optional but significant when provided.
string name = 2;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
The name is optional but significant when provided.
string name = 2;- Returns:
- The bytes for name.
-
-