Function arm_svdf_s8_get_buffer_size_dsp

Function Documentation

int32_t arm_svdf_s8_get_buffer_size_dsp(const cmsis_nn_dims *weights_feature_dims)

Get size of the kernel-sum buffer required by arm_svdf_s8() for processors with DSP extension. Refer to arm_svdf_s8_get_buffer_size() for function argument details.

Note

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

Note

This variant does not validate dims; validation lives in the top-level dispatcher.