Modifier and Type | Method and Description |
---|---|
static OnnxMap.OnnxMapValueType |
OnnxMap.OnnxMapValueType.mapFromInt(int value)
Gets the enum type from it's integer id.
|
static OnnxMap.OnnxMapValueType |
OnnxMap.OnnxMapValueType.mapFromOnnxJavaType(OnnxJavaType type)
Maps a
OnnxJavaType into a map value type. |
static OnnxMap.OnnxMapValueType |
OnnxMap.OnnxMapValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnnxMap.OnnxMapValueType[] |
OnnxMap.OnnxMapValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|