|
| void | arm_nn_maxpool1d_k3s3_nhwc_f16 (const float16_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float16_t *__RESTRICT out, int32_t out_w) |
| | Specialized NHWC max-pool 1D kernel for k=3, s=3 (float16).
|
| |
| void | arm_nn_maxpool1d_k2s2_nhwc_noclip_f16 (const float16_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float16_t *__RESTRICT out, int32_t out_w) |
| | Specialized NHWC max-pool 1D kernel for k=2, s=2 without output clamp (float16).
|
| |
| void | arm_nn_maxpool1d_k2s2_nhwc_f16 (const float16_t *__RESTRICT x_nhwc, int32_t in_c, int32_t in_w, float16_t *__RESTRICT out, int32_t out_w, float16_t act_min, float16_t act_max) |
| | Specialized NHWC max-pool 1D kernel for k=2, s=2 with clamp (float16).
|
| |