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
NXP backend: fixed docs in nxp-quantization.md (#21464)
### Summary
Fixed code snippets in `nxp-quantization.md`.
- there was an issue with faulty imports, where some kernels were not
registered properly.
- added missing `neutron_target_spec` argument.
- here was another issue with the snippet for QAT. I fixed the code so
it can be copy-pasted and run directly. I also removed the optional
biasless convolution pass step. It makes the whole snippet quite
misleading, since the example MobileNet does not have biasless
convolutions, thus the code fails. I think the whole caveat is
understandable from the last section about known limitations.
- fixed invalid link.
### Test plan
No need to run tests, these changes affect only docs.
(cherry picked from commit 85a204a)
0 commit comments