public static interface OnnxMl.TypeProto.MapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyType()
This field MUST have a valid TensorProto.DataType value
This field MUST be present for this version of the IR.
|
OnnxMl.TypeProto |
getValueType()
This field MUST be present for this version of the IR.
|
OnnxMl.TypeProtoOrBuilder |
getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
|
boolean |
hasKeyType()
This field MUST have a valid TensorProto.DataType value
This field MUST be present for this version of the IR.
|
boolean |
hasValueType()
This field MUST be present for this version of the IR.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyType()
This field MUST have a valid TensorProto.DataType value
This field MUST be present for this version of the IR.
This field MUST refer to an integral type ([U]INT{8|16|32|64}) or STRING
optional int32 key_type = 1;int getKeyType()
This field MUST have a valid TensorProto.DataType value
This field MUST be present for this version of the IR.
This field MUST refer to an integral type ([U]INT{8|16|32|64}) or STRING
optional int32 key_type = 1;boolean hasValueType()
This field MUST be present for this version of the IR.
optional .onnx.TypeProto value_type = 2;OnnxMl.TypeProto getValueType()
This field MUST be present for this version of the IR.
optional .onnx.TypeProto value_type = 2;OnnxMl.TypeProtoOrBuilder getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
optional .onnx.TypeProto value_type = 2;