forked from jomjol/AI-on-the-edge-device
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(submodule): Update esp-nn to v1.1.0 (9195e96)
- Loading branch information
1 parent
5938285
commit 1b7f3a0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp-nn
updated
13 files
+27 −2 | .gitlab-ci.yml | |
+6 −0 | CMakeLists.txt | |
+20 −1 | README.md | |
+6 −1 | include/esp_nn.h | |
+67 −0 | include/esp_nn_esp32p4.h | |
+410 −0 | src/convolution/esp_nn_conv_esp32p4.c | |
+33 −0 | test_app/sdkconfig.defaults.esp32p4 | |
+35 −34 | tests/src/basic_math_test.c | |
+45 −45 | tests/src/convolution_test.c | |
+7 −7 | tests/src/fully_connected_test.c | |
+29 −28 | tests/src/pooling_test.c | |
+12 −11 | tests/src/relu_test.c | |
+14 −14 | tests/src/softmax_test.c |