Package onnx
Interface Onnx.TypeProto.SequenceOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Onnx.TypeProto.Sequence
,Onnx.TypeProto.Sequence.Builder
- Enclosing class:
- Onnx.TypeProto
public static interface Onnx.TypeProto.SequenceOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Onnx.TypeProto
getElemType()
The type and optional shape of each element of the sequence.Onnx.TypeProtoOrBuilder
getElemTypeOrBuilder()
The type and optional shape of each element of the sequence.boolean
hasElemType()
The type and optional shape of each element of the sequence.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasElemType
boolean hasElemType()
The type and optional shape of each element of the sequence. This field MUST be present for this version of the IR.
.onnx.TypeProto elem_type = 1;
- Returns:
- Whether the elemType field is set.
-
getElemType
Onnx.TypeProto getElemType()
The type and optional shape of each element of the sequence. This field MUST be present for this version of the IR.
.onnx.TypeProto elem_type = 1;
- Returns:
- The elemType.
-
getElemTypeOrBuilder
Onnx.TypeProtoOrBuilder getElemTypeOrBuilder()
The type and optional shape of each element of the sequence. This field MUST be present for this version of the IR.
.onnx.TypeProto elem_type = 1;
-
-