NMSIS-NN
Version 1.3.1
NMSIS NN Software Library
|
Functions | |
int32_t | riscv_avgpool_s16_get_buffer_size (const int output_x, const int ch_src) |
Get the required buffer size for S16 average pooling function. More... | |
int32_t | riscv_avgpool_s16_get_buffer_size_dsp (const int output_x, const int ch_src) |
Get the required buffer size for S16 average pooling function for processors with DSP extension. Refer to riscv_avgpool_s16_get_buffer_size() for function argument details. More... | |
int32_t | riscv_avgpool_s8_get_buffer_size (const int output_x, const int ch_src) |
Get the required buffer size for S8 average pooling function. More... | |
int32_t | riscv_avgpool_s8_get_buffer_size_dsp (const int output_x, const int ch_src) |
Get the required buffer size for S8 average pooling function for processors with DSP extension. Refer to riscv_avgpool_s8_get_buffer_size() for function argument details. More... | |
int32_t riscv_avgpool_s16_get_buffer_size | ( | const int | dim_dst_width, |
const int | ch_src | ||
) |
Get the required buffer size for S16 average pooling function.
[in] | dim_dst_width | output tensor dimension |
[in] | ch_src | number of input tensor channels |
int32_t riscv_avgpool_s16_get_buffer_size_dsp | ( | const int | dim_dst_width, |
const int | ch_src | ||
) |
Get the required buffer size for S16 average pooling function for processors with DSP extension. Refer to riscv_avgpool_s16_get_buffer_size() for function argument details.
int32_t riscv_avgpool_s8_get_buffer_size | ( | const int | dim_dst_width, |
const int | ch_src | ||
) |
Get the required buffer size for S8 average pooling function.
[in] | dim_dst_width | output tensor dimension |
[in] | ch_src | number of input tensor channels |
int32_t riscv_avgpool_s8_get_buffer_size_dsp | ( | const int | dim_dst_width, |
const int | ch_src | ||
) |
Get the required buffer size for S8 average pooling function for processors with DSP extension. Refer to riscv_avgpool_s8_get_buffer_size() for function argument details.