zephyr/tests
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
..
application_development test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
arch tests: arm: Increase main stack size with no optimizations 2022-08-08 11:17:01 -04:00
benchmarks test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
bluetooth doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
boards test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir
crypto test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
drivers tests: drivers: build_all: ieee802154: refactor test config 2022-08-10 11:57:34 +02:00
kernel tests: kernel: common: adjust fudge factors 2022-08-08 10:44:41 +02:00
lib tests: lib: cmsis_nn: Initialise bias dimensions for depthwise convolve 2022-08-10 12:00:18 +02:00
misc test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
net net: lib: config: remove NET_CONFIG_IEEE802154_DEV_NAME 2022-08-10 11:57:34 +02:00
posix test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
subsys tests: subsys: openthread: refactor test 2022-08-10 11:57:34 +02:00
unit tests: unit: util: Add test for IS_EQ 2022-08-04 17:35:39 +01:00
ztest ztest: allow asserts anywhere 2022-08-09 13:30:15 -04:00