Searched refs:PoolingParam (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Pooling.cpp | 45 struct PoolingParam { struct 187 bool l2PoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in l2PoolNhwc() 197 bool l2PoolNhwc(const _Float16* inputData, const Shape& inputShape, const PoolingParam& param, in l2PoolNhwc() 209 bool maxPoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc() 219 bool maxPoolNhwc(const uint8_t* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc() 229 bool maxPoolNhwc(const int8_t* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc() 255 bool averagePool(const T* inputData, const Shape& inputShape, const PoolingParam& param, in averagePool() 365 PoolingParam param; in prepare() 401 PoolingParam param; in executeAveragePool() 416 PoolingParam param; in executeL2Pool() [all …]
|