Skip to content

Commit d85fd29

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
add missing namespace of getLeadingDims in hifi
Summary: ~ Differential Revision: D64063692
1 parent f8cec53 commit d85fd29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backends/cadence/hifi/operators/quantized_layer_norm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <tuple>
1414

1515
using Tensor = exec_aten::Tensor;
16+
using executorch::runtime::getLeadingDims;
1617
using executorch::runtime::KernelRuntimeContext;
1718

1819
namespace impl {

backends/cadence/hifi/operators/quantized_linear_out.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace HiFi {
1616
namespace native {
1717

1818
using Tensor = exec_aten::Tensor;
19+
using executorch::runtime::getLeadingDims;
1920
using executorch::runtime::KernelRuntimeContext;
2021

2122
void quantized_linear_out(

0 commit comments

Comments
 (0)