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 993a2d3 commit c3f3266Copy full SHA for c3f3266
backends/cadence/hifi/operators/op_quantized_conv_out.cpp
@@ -1,7 +1,7 @@
1
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
2
3
#include <executorch/backends/cadence/hifi/kernels/kernels.h>
4
-#include <executorch/backends/cadence/reference/operators/operators.h>
+#include <executorch/backends/cadence/hifi/operators/operators.h>
5
#include <executorch/runtime/kernel/kernel_includes.h>
6
7
#define ALIGN_PTR(x, bytes) ((((unsigned)(x)) + (bytes - 1)) & (~(bytes - 1)))
@@ -1108,4 +1108,4 @@ void quantized_conv_per_tensor_out(
1108
} // namespace native
1109
} // namespace HiFi
1110
} // namespace impl
1111
-} // namespace cadence
+} // namespace cadence
0 commit comments