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 fc6b8ea commit bdaeedeCopy full SHA for bdaeede
backends/cadence/reference/operators/quantized_conv_out.cpp
@@ -9,8 +9,6 @@
9
#include <executorch/backends/cadence/reference/kernels/kernels.h>
10
11
#include <executorch/runtime/kernel/kernel_includes.h>
12
-#include <algorithm>
13
-#include <cmath>
14
15
namespace impl {
16
namespace reference {
backends/cadence/reference/operators/quantized_layer_norm.cpp
@@ -9,9 +9,7 @@
#include <cmath>
-#include <tuple>
using Tensor = exec_aten::Tensor;
17
using executorch::runtime::KernelRuntimeContext;
0 commit comments