Commit 2a9acce
1 file changed
+1
-1
lines changed- .gitlab-ci.yml+27-2
- CMakeLists.txt+7
- README.md+20-1
- include/esp_nn.h+6-1
- include/esp_nn_ansi_c.h+1
- include/esp_nn_ansi_headers.h+21
- include/esp_nn_esp32p4.h+68
- include/esp_nn_esp32s3.h+25
- include/esp_nn_generic_opt.h+1
- src/common/common_functions.h+1-1
- src/convolution/esp_nn_conv_esp32p4.c+410
- src/fully_connected/esp_nn_fully_connected_ansi.c+33
- src/fully_connected/esp_nn_fully_connected_per_ch_s8_esp32s3.S+222
- test_app/main/main.c+1
- test_app/sdkconfig.defaults.esp32p4+33
- tests/include/test_functions.h+1
- tests/include/test_utils.h+15
- tests/src/basic_math_test.c+30-50
- tests/src/convolution_test.c+41-71
- tests/src/fully_connected_test.c+152-7
- tests/src/pooling_test.c+29-28
- tests/src/relu_test.c+12-11
- tests/src/softmax_test.c+14-14
0 commit comments