Skip to content

Commit c3f3266

Browse files
committed
Fixing review commen
1 parent 993a2d3 commit c3f3266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/cadence/hifi/operators/op_quantized_conv_out.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
22

33
#include <executorch/backends/cadence/hifi/kernels/kernels.h>
4-
#include <executorch/backends/cadence/reference/operators/operators.h>
4+
#include <executorch/backends/cadence/hifi/operators/operators.h>
55
#include <executorch/runtime/kernel/kernel_includes.h>
66

77
#define ALIGN_PTR(x, bytes) ((((unsigned)(x)) + (bytes - 1)) & (~(bytes - 1)))
@@ -1108,4 +1108,4 @@ void quantized_conv_per_tensor_out(
11081108
} // namespace native
11091109
} // namespace HiFi
11101110
} // namespace impl
1111-
} // namespace cadence
1111+
} // namespace cadence

0 commit comments

Comments
 (0)