Skip to content

Commit 79744f0

Browse files
authored
Fixing the broken unit tests caused by missing portable lib import. (#14014)
### Summary Adding missing portable lib import. ### Test plan This is a fix for broken NXP unit tests. cc @digantdesai @JakeStevens @robert-kalmar
1 parent d0e46a8 commit 79744f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import itertools
77

8+
import executorch.extension.pybindings.portable_lib
89
import executorch.kernels.quantized # noqa F401
910
import torch
1011
from executorch.backends.nxp.tests.executorch_pipeline import to_quantized_edge_program

0 commit comments

Comments
 (0)