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():
273273 srcs = ["tensor_util.cpp" ],
274274 exported_headers = ["tensor_util.h" ],
275275 deps = [
276+ "//executorch/runtime/core/exec_aten:lib" ,
276277 "//executorch/runtime/kernel:kernel_includes" ,
277278 ],
278279 visibility = ["//executorch/kernels/portable/cpu/..." ],
Original file line number Diff line number Diff line change 1- #include " tensor_util.h"
2-
31/*
42 * Copyright (c) Meta Platforms, Inc. and affiliates.
53 * All rights reserved.
86 * LICENSE file in the root directory of this source tree.
97 */
108
9+ #include < executorch/kernels/portable/cpu/util/tensor_util.h>
1110#include < executorch/runtime/core/exec_aten/util/tensor_util.h>
12-
1311#include < executorch/runtime/platform/assert.h>
1412
1513namespace executorch ::runtime {
You can’t perform that action at this time.
0 commit comments