Package onnx
Interface Onnx.TypeProto.MapOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Onnx.TypeProto.Map,Onnx.TypeProto.Map.Builder
- Enclosing class:
- Onnx.TypeProto
public static interface Onnx.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.Onnx.TypeProtogetValueType()This field MUST be present for this version of the IR.Onnx.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
Onnx.TypeProto getValueType()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;- Returns:
- The valueType.
-
getValueTypeOrBuilder
Onnx.TypeProtoOrBuilder getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;
-
-