Modifier and Type | Method and Description |
---|---|
OnnxValue.OnnxValueType |
OnnxMap.getType() |
OnnxValue.OnnxValueType |
OnnxSequence.getType() |
OnnxValue.OnnxValueType |
OnnxTensor.getType() |
OnnxValue.OnnxValueType |
OnnxValue.getType()
Gets the type of this OnnxValue.
|
static OnnxValue.OnnxValueType |
OnnxValue.OnnxValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnnxValue.OnnxValueType[] |
OnnxValue.OnnxValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|