|
| void | arm_nn_maxpool1d_k3s3_nhwc_f32 (const float32_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float32_t *__RESTRICT out, int32_t out_w) |
| | Specialized NHWC max-pool 1D kernel for k=3, s=3 (float32).
|
| |
| void | arm_nn_maxpool1d_k2s2_nhwc_noclip_f32 (const float32_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float32_t *__RESTRICT out, int32_t out_w) |
| | Specialized NHWC max-pool 1D kernel for k=2, s=2 without output clamp (float32).
|
| |
| void | arm_nn_maxpool1d_k2s2_nhwc_f32 (const float32_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float32_t *__RESTRICT out, int32_t out_w, float32_t act_min, float32_t act_max) |
| | Specialized NHWC max-pool 1D kernel for k=2, s=2 with clamp (float32).
|
| |