Function arm_convolve_wrapper_s4_get_buffer_size_dsp¶
Defined in File arm_nnfunctions.h
Function Documentation¶
-
int32_t arm_convolve_wrapper_s4_get_buffer_size_dsp(const cmsis_nn_conv_params *conv_params, const cmsis_nn_dims *input_dims, const cmsis_nn_dims *filter_dims, const cmsis_nn_dims *output_dims)¶
Get the required buffer size for arm_convolve_wrapper_s4 for processors with DSP extension. Refer to arm_convolve_wrapper_s4_get_buffer_size() for function argument details.
Note
Intended for compilation on Host. If compiling for an Arm target, use arm_convolve_wrapper_s4_get_buffer_size().
Note
An out-of-range shape is reported as -1, matching the top-level dispatcher, including the same caveat that a 0 from a route needing no buffer is not a statement that the shape is valid.