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.
1 parent a922b3d commit fb63da9Copy full SHA for fb63da9
backends/cadence/hifi/operators/quantized_layer_norm.cpp
@@ -13,6 +13,7 @@
13
#include <tuple>
14
15
using executorch::aten::Tensor;
16
+using executorch::runtime::getLeadingDims;
17
using executorch::runtime::KernelRuntimeContext;
18
19
namespace impl {
backends/cadence/hifi/operators/quantized_linear_out.cpp
@@ -16,6 +16,7 @@ namespace HiFi {
namespace native {
20
21
22
void quantized_linear_out(
0 commit comments