Package onnx
Interface OnnxMl.TypeProto.MapOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TypeProto.Map,OnnxMl.TypeProto.Map.Builder
- Enclosing class:
- OnnxMl.TypeProto
public static interface OnnxMl.TypeProto.MapOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetKeyType()This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.OnnxMl.TypeProtogetValueType()This field MUST be present for this version of the IR.OnnxMl.TypeProtoOrBuildergetValueTypeOrBuilder()This field MUST be present for this version of the IR.booleanhasValueType()This field MUST be present for this version of the IR.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeyType
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 STRINGint32 key_type = 1;- Returns:
- The keyType.
-
hasValueType
boolean hasValueType()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;- Returns:
- Whether the valueType field is set.
-
getValueType
OnnxMl.TypeProto getValueType()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;- Returns:
- The valueType.
-
getValueTypeOrBuilder
OnnxMl.TypeProtoOrBuilder getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;
-
-