ORA-54472
"type" is not a valid tensor type name for tensor "tensor_name".
- type: Type of the tensor
- tensor_name: Name of the tensor
Cause
In the JSON metadata for the external data for the ONNX model, the type of a tensor is invalid.
Action
Fix the type in the JSON for the tensor. Refer to the ONNX documentation for valid types.