File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,3 +19,13 @@ python_library(
1919 "fbsource//third-party/pypi/tabulate:tabulate",
2020 ],
2121)
22+
23+ python_library(
24+ name = "target_config",
25+ srcs = [
26+ "target_config.py",
27+ ],
28+ deps = [
29+ "fbsource//third-party/cmsis-nn:cmsis_nn_py",
30+ ],
31+ )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ fbcode_target(_kind = runtime.python_library,
3131 "activation_fusion_pass.py" ,
3232 "clamp_hardswish_pass.py" ,
3333 "convert_to_cortex_m_pass.py" ,
34+ "cortex_m_pass.py" ,
3435 "cortex_m_pass_manager.py" ,
3536 "decompose_hardswish_pass.py" ,
3637 "decompose_mean_pass.py" ,
@@ -39,6 +40,7 @@ fbcode_target(_kind = runtime.python_library,
3940 deps = [
4041 "//caffe2:torch" ,
4142 "//executorch/backends/arm/_passes:passes" ,
43+ "//executorch/backends/cortex_m:target_config" ,
4244 "//executorch/backends/cortex_m/ops:ops" ,
4345 "//executorch/backends/cortex_m/passes:passes_utils" ,
4446 "//executorch/backends/cortex_m/passes:replace_quant_nodes_pass" ,
You can’t perform that action at this time.
0 commit comments