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 eb8c2bc commit 821bb70Copy full SHA for 821bb70
backends/aoti/aoti_partitioner.py
@@ -16,6 +16,7 @@
16
)
17
from executorch.exir.backend.utils import tag_constant_data, tag_mutated_buffer
18
from torch._export.utils import is_buffer, is_lifted_tensor_constant, is_param
19
+from torch.export.exported_program import ExportedProgram
20
21
22
@experimental(
0 commit comments