File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# LICENSE file in the root directory of this source tree.
55
66
7- import executorch .backends .arm .tosa .dialect # noqa: unused
7+ import executorch .backends .arm .tosa .dialect # noqa: F401
88import pytest
99import torch
1010from executorch .backends .arm .tosa .dialect .lib import TosaValueError
Original file line number Diff line number Diff line change 44# LICENSE file in the root directory of this source tree.
55
66
7- import executorch .backends .arm .tosa .dialect # noqa: unused
7+ import executorch .backends .arm .tosa .dialect # noqa: F401
88import pytest
99import torch
1010from executorch .backends .arm .tosa .dialect .lib import TosaValueError
Original file line number Diff line number Diff line change 44# LICENSE file in the root directory of this source tree.
55
66from executorch .backends .arm .common .arm_compile_spec import ArmCompileSpec
7- from executorch .backends .arm .common .pipeline_config import ( # noqa: unused
8- ArmPassPipelineConfig ,
9- )
107from executorch .backends .arm .tosa import TosaSpecification
118
129
Original file line number Diff line number Diff line change 66import logging
77
88from executorch .backends .arm .common .arm_compile_spec import ArmCompileSpec
9- from executorch .backends .arm .common .pipeline_config import ( # noqa: unused
10- ArmPassPipelineConfig ,
11- )
129from executorch .backends .arm .tosa import ( # type: ignore[import-not-found]
1310 TosaSpecification ,
1411)
You can’t perform that action at this time.
0 commit comments