We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f3eef commit 2c011e6Copy full SHA for 2c011e6
codegen/tools/gen_oplist.py
@@ -27,8 +27,8 @@
27
# If we build from source, executorch.codegen is not available.
28
# We can use relative import instead.
29
from ..parse import strip_et_fields
30
- from ..exir._serialize import _deserialize_pte_binary
31
- from ..exir.schema import (
+ from ...exir._serialize import _deserialize_pte_binary
+ from ...exir.schema import (
32
EValue,
33
KernelCall,
34
OptionalTensorList,
0 commit comments