ONE - On-device Neural Engine
|
Go to the source code of this file.
Functions | |
bool | averagePoolPrepare (const Shape &input, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, int32_t stride_width, int32_t stride_height, int32_t filter_width, int32_t filter_height, Shape *output) |
bool averagePoolPrepare | ( | const Shape & | input, |
int32_t | padding_left, | ||
int32_t | padding_right, | ||
int32_t | padding_top, | ||
int32_t | padding_bottom, | ||
int32_t | stride_width, | ||
int32_t | stride_height, | ||
int32_t | filter_width, | ||
int32_t | filter_height, | ||
Shape * | output | ||
) |
Definition at line 22 of file AvgPool2D.cpp.
References genericPoolingPrepare().