We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af8355f + bb4c37c commit 118f640Copy full SHA for 118f640
backends/cadence/hifi/operators/op_view_copy.cpp
@@ -13,8 +13,8 @@
13
#include <executorch/runtime/kernel/kernel_includes.h>
14
15
using executorch::runtime::resize_tensor;
16
-using executorch::runtime::tensors_have_same_dim_order;
17
using executorch::runtime::tensor_is_default_dim_order;
+using executorch::runtime::tensors_have_same_dim_order;
18
using torch::executor::check_view_copy_args;
19
using torch::executor::Error;
20
using torch::executor::get_view_copy_target_size;
0 commit comments