Package ai.onnx.proto

Interface OnnxMl.TypeProto.MapOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OnnxMl.TypeProto.Map, OnnxMl.TypeProto.Map.Builder
Enclosing class:
OnnxMl.TypeProto

public static interface OnnxMl.TypeProto.MapOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.
    This field MUST be present for this version of the IR.
    This field MUST be present for this version of the IR.
    boolean
    This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.
    boolean
    This field MUST be present for this version of the IR.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasKeyType

      boolean 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;
      Returns:
      Whether the keyType field is set.
    • 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 STRING
       
      optional int32 key_type = 1;
      Returns:
      The keyType.
    • hasValueType

      boolean hasValueType()
       This field MUST be present for this version of the IR.
       
      optional .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.
       
      optional .onnx.TypeProto value_type = 2;
      Returns:
      The valueType.
    • getValueTypeOrBuilder

      OnnxMl.TypeProtoOrBuilder getValueTypeOrBuilder()
       This field MUST be present for this version of the IR.
       
      optional .onnx.TypeProto value_type = 2;