Class MapInfo

java.lang.Object
ai.onnxruntime.MapInfo
All Implemented Interfaces:
ValueInfo

public class MapInfo extends Object implements ValueInfo
Describes an OnnxMap object or output node.
  • Field Details

    • size

      public final int size
      The number of entries in this map.
    • keyType

      public final OnnxJavaType keyType
      The Java type of the keys.
    • valueType

      public final OnnxJavaType valueType
      The Java type of the values.
  • Method Details