As far as I can tell from the SDK (08_05_00_11) documentation, the TIDL importer (tidl_model_import.out) is for generating binary artefacts for inference using TIDL-RT / OpenVX APIs on the target, where use of the TIDL Compilation Provider from ONNX is the way to generate binary artefacts for inference using ONNX API on the target. Is this a correct assumption?
I have a need to modify TIDL to extend its capabilities - which I have have successfully done - but with my modified versions ONNX import fails when running PerfSim (ti_cnnperfsim.out).
I believe I need to recompile this tool to make it aware of my modifications to TIDL, but I cannot seem to find the source code for it in the SDK (nor in the edgeai-tidl-tools GIT repository, which seems to just download these tools as binaries).
Can you let me know where I can get the (compatible) source to rebuild the PerfSim tool?
Many Thanks,
Ross