-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
9f3cb19
commit e468a2a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lib_nn
updated
8 files
+4 −12 | lib_nn/api/AbstractKernel.hpp | |
+73 −69 | lib_nn/api/nn_layers.h | |
+2 −0 | lib_nn/doc/src/operators.md | |
+40 −7 | lib_nn/src/c/nn_operator.c | |
+29 −0 | lib_nn/src/c/softmax.c | |
+5 −4 | test/unit_test/src/main.c | |
+5 −6 | test/unit_test/src/test_TransposeConv2dRegression.cpp | |
+41 −0 | test/unit_test/src/test_softmax.c |
Submodule lib_tflite_micro
updated
5 files