Function arm_convolve_s8_get_weights_sum_size

Function Documentation

int32_t arm_convolve_s8_get_weights_sum_size(const cmsis_nn_dims *output_dims)

Get the required buffer size for s8 convolution and depthwise convolution weight sum.

Parameters:
  • output_dims[in] Output (activation) tensor dimensions. Format: [N, H, W, C_COUT]

Returns:

The function returns required weight sum buffer size(bytes)