File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
kernels/portable/cpu/util Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ def define_common_targets():
273
273
srcs = ["tensor_util.cpp" ],
274
274
exported_headers = ["tensor_util.h" ],
275
275
deps = [
276
+ "//executorch/runtime/core/exec_aten:lib" ,
276
277
"//executorch/runtime/kernel:kernel_includes" ,
277
278
],
278
279
visibility = ["//executorch/kernels/portable/cpu/..." ],
Original file line number Diff line number Diff line change 1
- #include " tensor_util.h"
2
-
3
1
/*
4
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
5
3
* All rights reserved.
8
6
* LICENSE file in the root directory of this source tree.
9
7
*/
10
8
9
+ #include < executorch/kernels/portable/cpu/util/tensor_util.h>
11
10
#include < executorch/runtime/core/exec_aten/util/tensor_util.h>
12
-
13
11
#include < executorch/runtime/platform/assert.h>
14
12
15
13
namespace executorch ::runtime {
You can’t perform that action at this time.
0 commit comments