1 #ifndef CAFFE2_OPERATORS_POOL_OP_UTIL_H_ 2 #define CAFFE2_OPERATORS_POOL_OP_UTIL_H_ 4 #include "caffe2/core/types.h" 5 #include "caffe2/utils/cpu_neon.h" 8 namespace pool_op_util {
10 bool IsNeon4x4p0s0Eligible(
28 bool IsNeon2x2p0s0Eligible(
46 void RunNeonAveragePool4x4p0s0NCHW(
54 void RunNeonMaxPool2x2p0s0NCHW(
65 #endif // CAFFE2_OPERATORS_POOL_OP_UTIL_H_ A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...