Searched defs:averagePoolNhwc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 143 bool averagePoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc() function 153 bool averagePoolNhwc(const _Float16* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc() function 166 bool averagePoolNhwc(const uint8_t* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc() function 176 bool averagePoolNhwc(const int8_t* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc() function
|