zephyr/tests/lib
Stephanos Ioannidis 8355341c66 tests: lib: cmsis_nn: Initialise bias dimensions for depthwise convolve
This commit adds an initialisation for the `bias_dims` variable, which
is given as an input to the `arm_depthwise_conv_s8` function.

Note that the `bias_dims` parameter is currently unused by the function
implementation.

This fixes the following warning reported by the GCC 12:

  error: 'bias_dims' may be used uninitialized
  Werror=maybe-uninitialized]

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-08-10 12:00:18 +02:00
..
c_lib test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
cbprintf_fp tests: Add picolibc tests 2022-06-22 13:15:55 +02:00
cbprintf_package test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
cmsis_dsp test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
cmsis_nn tests: lib: cmsis_nn: Initialise bias dimensions for depthwise convolve 2022-08-10 12:00:18 +02:00
devicetree devicetree.h: DT_FOREACH_NODE, DT_FOREACH_STATUS_OKAY_NODE 2022-08-08 10:44:41 +02:00
fdtable test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
gui/lvgl test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
heap test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
heap_align test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
json test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mem_alloc test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mem_blocks test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mem_blocks_stats test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mpsc_pbuf test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
newlib test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
notify test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
onoff test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
p4workq test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ringbuffer test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
smf test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
sprintf test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
spsc_pbuf test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
sys_util test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
time test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00