-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule esp-nn
updated
20 files
+0 −20 | .github/workflows/upload_component.yml | |
+43 −58 | .gitlab-ci.yml | |
+3 −4 | CMakeLists.txt | |
+0 −38 | CONTRIBUTING.md | |
+13 −15 | README.md | |
+0 −11 | idf_component.yml | |
+4 −4 | src/common/esp_nn_multiply_by_quantized_mult_ver1_esp32s3.S | |
+390 −196 | src/convolution/esp_nn_conv_esp32s3.c | |
+0 −260 | src/convolution/esp_nn_conv_s8_filter_aligned_input_padded_esp32s3.S | |
+34 −22 | src/convolution/esp_nn_conv_s8_mult8_1x1_esp32s3.S | |
+61 −16 | src/fully_connected/esp_nn_fully_connected_s8_esp32s3.S | |
+1 −1 | test_app/main/CMakeLists.txt | |
+24 −24 | test_app/main/main.c | |
+15 −11 | tests/include/test_utils.h | |
+36 −21 | tests/src/basic_math_test.c | |
+91 −144 | tests/src/convolution_test.c | |
+29 −49 | tests/src/fully_connected_test.c | |
+25 −23 | tests/src/pooling_test.c | |
+20 −14 | tests/src/relu_test.c | |
+23 −21 | tests/src/softmax_test.c |
Submodule esp32-camera
updated
20 files
+79 −39 | .github/workflows/build.yml | |
+1 −2 | .gitignore | |
+1 −12 | CMakeLists.txt | |
+1 −1 | README.md | |
+5 −3 | conversions/esp_jpg_decode.c | |
+16 −20 | driver/cam_hal.c | |
+1 −9 | driver/esp_camera.c | |
+9 −21 | driver/include/esp_camera.h | |
+0 −2 | driver/private_include/cam_hal.h | |
+3 −5 | driver/private_include/sccb.h | |
+2 −3 | driver/private_include/xclk.h | |
+3 −57 | driver/sccb.c | |
+5 −12 | examples/main/take_picture.c | |
+4 −4 | sensors/ov7670.c | |
+1 −5 | target/esp32/ll_cam.c | |
+1 −1 | target/esp32s2/ll_cam.c | |
+0 −0 | target/esp32s2/tjpgd.c | |
+0 −4 | target/esp32s3/ll_cam.c | |
+0 −99 | target/jpeg_include/tjpgd.h | |
+1 −5 | target/xclk.c |
Submodule tflite-micro-esp-examples
updated
from 1ccd7e to 095f55