| 2883 | } |
| 2884 | |
| 2885 | inline int NodeOffset(int b, int h, int w, int height, int width) { |
| 2886 | return (b * height + h) * width + w; |
| 2887 | } |
| 2888 | |
| 2889 | inline bool AveragePool(const PoolParams& params, |
| 2890 | const RuntimeShape& input_shape, |
no outgoing calls
no test coverage detected