Function arm_convolve_s8_get_buffer_size_mve

Function Documentation

int32_t arm_convolve_s8_get_buffer_size_mve(const cmsis_nn_dims *input_dims, const cmsis_nn_dims *filter_dims)

Get the required buffer size for arm_convolve_s8 for Arm(R) Helium Architecture case. Refer to arm_convolve_s8_get_buffer_size() for function argument details.

Note

Intended for compilation on Host. If compiling for an Arm target, use arm_convolve_s8_get_buffer_size().

Note

An out-of-range shape is reported as -1, matching the top-level dispatcher.