public static interface OnnxMlProto3.TypeProto.SequenceOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OnnxMlProto3.TypeProto |
getElemType()
The type and optional shape of each element of the sequence.
|
OnnxMlProto3.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, hasOneofboolean 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;OnnxMlProto3.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;OnnxMlProto3.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 © 2018. All rights reserved.