Python: QNN : profiling_file_path does not dump profiling events to CSV #23582
-
I am working on profiling an onnx model using Below is a sample code that I am working with:
I would have expected the dump of I manually created the csv since it seemed like the source code does not make the csv file when not present on disk. This still did not work. It's quite hard to debug because and tell what's going on. It's difficult to indicate whether this is a developer api misuage, a bug within the source code, or some issue with the model. Should there be some feedback log when the qnn events are dumped to the csv ? Lastly, my code could be off. Please let me know if there's a bug. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
couple issues :
|
Beta Was this translation helpful? Give feedback.
couple issues :
onnxruntime-qnn
andonnxruntime
installed.