Package ai.onnxruntime
Class MapInfo
- java.lang.Object
-
- ai.onnxruntime.MapInfo
-
-
Field Summary
Fields Modifier and Type Field Description OnnxJavaTypekeyTypeThe Java type of the keys.intsizeThe number of entries in this map.OnnxJavaTypevalueTypeThe Java type of the values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
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.
-
-