Searched refs:maxPool (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 283 bool maxPool(const T* inputData, const Shape& inputShape, const PoolingParam& param, T* outputData, in maxPool() function 368 POOLING_DISPATCH_INPUT_TYPE(maxPool, TENSOR_FLOAT32, float); in executeMaxPool() 369 POOLING_DISPATCH_INPUT_TYPE(maxPool, TENSOR_FLOAT16, _Float16); in executeMaxPool() 370 POOLING_DISPATCH_INPUT_TYPE(maxPool, TENSOR_QUANT8_ASYMM, uint8_t); in executeMaxPool() 371 POOLING_DISPATCH_INPUT_TYPE(maxPool, TENSOR_QUANT8_ASYMM_SIGNED, int8_t); in executeMaxPool()
|