You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/backends/xnnpack/xnnpack-troubleshooting.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,27 @@ The XNNPACK backend is built by default for Python, Android, iOS, and in most CM
23
23
* Use [op-level profiling](/tutorials/devtools-integration-tutorial) to understand which operators are taking the most time. <!-- @lint-ignore linter doesn't like this link for some reason -->
24
24
* The XNNPACK backend provides operator-level timing for delegated operators.
25
25
* See general performance troubleshooting tips in [Performance Troubleshooting](/using-executorch-faqs.md#inference-is-slow-performance-troubleshooting).
26
+
27
+
28
+
## Debugging Why Nodes Are Not Partitioned
29
+
30
+
* To debug cases where operators are not delegated to XNNPACK,
31
+
you can enable internal debug logs before **to_edge_transform_and_lower** from the partitioner. This will print diagnostic messages explaining why specific nodes fail
0 commit comments