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
      int getKeyType()
      This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.
      Onnx.TypeProto getValueType()
      This field MUST be present for this version of the IR.
      Onnx.TypeProtoOrBuilder getValueTypeOrBuilder()
      This field MUST be present for this version of the IR.
      boolean hasValueType()
      This field MUST be present for this version of the IR.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 STRING
         
        int32 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;