When using the ONNX Runtime (modified onnxrt_ep.py) application to generate artifacts, I get the warning:
"WARNING: [TIDL_E_DATAFLOW_INFO_NULL] ti_cnnperfsim.out fails to allocate memory in MSMC. Please look into perfsim log. This model can only be used on PC emulation, it will get fault on target."
The artifacts run fine on TDA4.
When using the TIDL-RT Importer (tidl_model_import.out) this error message does not appear when using the inData parameter.
How can I modify the ONNX Runtime application to avoid the warning I am receiving?