Package ai.onnxruntime
Class MapInfo
- java.lang.Object
-
- ai.onnxruntime.MapInfo
-
-
Field Summary
Fields Modifier and Type Field Description OnnxJavaType
keyType
The Java type of the keys.int
size
The number of entries in this map.OnnxJavaType
valueType
The Java type of the values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
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.
-
-