Tool/software:
Hi team:
I am using the example code from TIDL 10.00.08.00 (edgeai-tidl-tools/examples) to run inference with an ONNX file.
I would like to know how I can check the execution time of each layer during inference?
[run inference Step]
- cd edgeai-tidl-tools
- mkdir build && cd build
- cmake -DFLAG2=2 –DTARGET_CPU=arm ../examples
- make -j
- ./bin/Release/ort_main -f /opt/model_zoo/<my_custom_model>/artifacts/ -i /opt/edgeai-test-data/images/0003.jpg --count 10
Thanks for your kindly help.
Best regards,
Ken