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.
2 parents e13b1f5 + 3469a7b commit 5cbef6fCopy full SHA for 5cbef6f
exir/backend/test/test_delegate_map_builder.py
@@ -9,17 +9,12 @@
9
10
import torch
11
from executorch import exir
12
-from executorch.exir import to_edge
13
from executorch.exir.backend.backend_api import to_backend
14
-from executorch.exir.backend.canonical_partitioners.all_node_partitioner import (
15
- AllNodePartitioner,
16
-)
17
from executorch.exir.backend.test.backend_with_delegate_mapping_demo import (
18
BackendWithDelegateMappingDemo,
19
)
20
21
from executorch.exir.backend.utils import DelegateMappingBuilder
22
-from executorch.exir.lowered_backend_module import get_lowered_submodules
23
24
25
class TestDelegateMapBuilder(unittest.TestCase):
0 commit comments