File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11
11
from executorch .backends .xnnpack .partition .xnnpack_partitioner import (
12
12
XnnpackQuantizedPartitioner ,
13
13
)
14
- from executorch .backends .xnnpack .test .tester import Partition , Tester
15
- from executorch .backends .xnnpack .test .tester .tester import Export
14
+ from executorch .backends .xnnpack .test .tester import Export , Partition , Tester
16
15
from executorch .exir import CaptureConfig
17
16
from torchvision .models .mobilenetv2 import MobileNet_V2_Weights
18
17
Original file line number Diff line number Diff line change 11
11
from executorch .backends .xnnpack .partition .xnnpack_partitioner import (
12
12
XnnpackQuantizedPartitioner ,
13
13
)
14
- from executorch .backends .xnnpack .test .tester import Partition , Tester
15
- from executorch .backends .xnnpack .test .tester .tester import Export
14
+ from executorch .backends .xnnpack .test .tester import Export , Partition , Tester
16
15
from executorch .exir import CaptureConfig
17
16
18
17
Original file line number Diff line number Diff line change 5
5
# LICENSE file in the root directory of this source tree.
6
6
7
7
# TODO: Be more delibrate on module structure
8
- from executorch .backends .xnnpack .test .tester .tester import Partition , Tester
8
+ from executorch .backends .xnnpack .test .tester .tester import (
9
+ Export ,
10
+ Partition ,
11
+ Quantize ,
12
+ Serialize ,
13
+ Tester ,
14
+ ToEdge ,
15
+ ToExecutorch ,
16
+ )
9
17
10
- __all__ = [Tester , Partition ]
18
+ __all__ = [
19
+ Tester ,
20
+ Partition ,
21
+ Quantize ,
22
+ Export ,
23
+ ToEdge ,
24
+ ToExecutorch ,
25
+ Serialize ,
26
+ ]
You can’t perform that action at this time.
0 commit comments