public static interface OnnxMl.TypeProto.SequenceOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OnnxMl.TypeProto |
getElemType()
The type and optional shape of each element of the sequence.
|
OnnxMl.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
OnnxMl.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;
OnnxMl.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;
Copyright © 2021. All rights reserved.