Lines Matching defs:outputData
144 float* outputData, const Shape& outputShape) { in averagePoolNhwc()
154 _Float16* outputData, const Shape& outputShape) { in averagePoolNhwc()
167 uint8_t* outputData, const Shape& outputShape) { in averagePoolNhwc()
177 int8_t* outputData, const Shape& outputShape) { in averagePoolNhwc()
190 float* outputData, const Shape& outputShape) { in l2PoolNhwc()
200 _Float16* outputData, const Shape& outputShape) { in l2PoolNhwc()
212 float* outputData, const Shape& outputShape) { in maxPoolNhwc()
222 uint8_t* outputData, const Shape& outputShape) { in maxPoolNhwc()
232 int8_t* outputData, const Shape& outputShape) { in maxPoolNhwc()
244 _Float16* outputData, const Shape& outputShape) { in maxPoolNhwc()
258 T* outputData, const Shape& outputShape) { in averagePool()
270 bool l2Pool(const T* inputData, const Shape& inputShape, const PoolingParam& param, T* outputData, in l2Pool()
283 bool maxPool(const T* inputData, const Shape& inputShape, const PoolingParam& param, T* outputData, in maxPool()