Lines Matching defs:outputData
140 float* outputData, const Shape& outputShape) { in averagePoolNhwc()
150 _Float16* outputData, const Shape& outputShape) { in averagePoolNhwc()
163 uint8_t* outputData, const Shape& outputShape) { in averagePoolNhwc()
173 int8_t* outputData, const Shape& outputShape) { in averagePoolNhwc()
186 float* outputData, const Shape& outputShape) { in l2PoolNhwc()
196 _Float16* outputData, const Shape& outputShape) { in l2PoolNhwc()
208 float* outputData, const Shape& outputShape) { in maxPoolNhwc()
218 uint8_t* outputData, const Shape& outputShape) { in maxPoolNhwc()
228 int8_t* outputData, const Shape& outputShape) { in maxPoolNhwc()
240 _Float16* outputData, const Shape& outputShape) { in maxPoolNhwc()
254 T* outputData, const Shape& outputShape) { in averagePool()
266 bool l2Pool(const T* inputData, const Shape& inputShape, const PoolingParam& param, T* outputData, in l2Pool()
279 bool maxPool(const T* inputData, const Shape& inputShape, const PoolingParam& param, T* outputData, in maxPool()