File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ def define_common_targets():
4343 "//executorch/runtime/core/exec_aten:lib" + aten_suffix ,
4444 "//executorch/runtime/core/exec_aten/util:scalar_type_util" + aten_suffix ,
4545 "//executorch/runtime/core/exec_aten/util:tensor_util" + aten_suffix ,
46+ "//executorch/runtime/core/exec_aten/util:tensor_dimension_limit" ,
4647 ],
4748 exported_external_deps = [
4849 "gmock" + aten_suffix ,
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ def define_common_targets():
6060 ],
6161 exported_preprocessor_flags = ["-DUSE_ATEN_LIB" ] if aten_mode else [],
6262 exported_deps = [
63+ ":tensor_dimension_limit" ,
6364 "//executorch/runtime/core:core" ,
6465 ] + [
6566 "//executorch/runtime/core/exec_aten:lib" + aten_suffix ,
You can’t perform that action at this time.
0 commit comments