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 f8a890a commit 822574bCopy full SHA for 822574b
kernels/portable/cpu/op_avg_pool2d.cpp
@@ -7,6 +7,7 @@
7
*/
8
9
#include <cstring>
10
+#include <tuple>
11
12
#include <executorch/kernels/portable/cpu/util/kernel_ops_util.h>
13
#include <executorch/runtime/kernel/kernel_includes.h>
kernels/portable/cpu/op_max_pool2d_with_indices.cpp
0 commit comments