/cmsis-nn-latest/.github/workflows/ |
D | microspeech.yaml | 44 run: | 57 name: Build and run projects on AVH 79 run: | 86 run: | 104 run: | 114 run: | 154 + - run: | 157 - run: | 161 run: | 165 run: | [all …]
|
D | gh-pages.yml | 9 # Allows you to run this workflow manually from the Actions tab 18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…
|
D | pack.yml | 24 run: |
|
D | pdsc.yml | 39 run: |
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | build_and_run_tests.sh | 27 RUN=1 39 Helper script to setup, build and run CMSIS-NN unit tests 47 …-r Disable running the unit tests. Designed to test build only or allow user to manually run indi… 68 r) RUN=0;; 180 if [[ ${BUILD} -eq 0 && ${RUN} -eq 0 && ${SETUP_ENVIRONMENT} -eq 0 ]]; then 217 if [[ ${BUILD} -eq 1 || ${RUN} -eq 1 ]]; then 244 if [[ ${RUN} -eq 1 ]]; then
|
D | README.md | 27 python modules required to run all of the scripts. This will install tensorflow and keras to allow … 63 … may not be done automatically depending on OS. If all requirements are satisfied you can just run: 73 …o run the unit tests on Corstone-300 is to use the build_and_run_tests.sh script. This script will… 114 Finally you can run the unit tests. For example: 133 …e as follows. Add a new test test in the load_all_testdatasets() function. Run the generate script…
|
/cmsis-nn-latest/Source/ActivationFunctions/ |
D | arm_relu_q15.c | 54 /* Run the following code for M cores with DSP extension */ in arm_relu_q15() 86 /* Run the following code as reference implementation for M cores without DSP extension */ in arm_relu_q15()
|
D | arm_relu_q7.c | 54 /* Run the following code for M cores with DSP extension */ in arm_relu_q7() 90 /* Run the following code as reference implementation for cores without DSP extension */ in arm_relu_q7()
|
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_q7_to_q15_with_offset.c | 65 /* Run the below code for cores that support SIMD instructions */ in arm_q7_to_q15_with_offset() 98 /* Run the below code for Cortex-M0 */ in arm_q7_to_q15_with_offset()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_pad_s8/Unity/ |
D | unity_test_arm_pad_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s16/Unity/ |
D | unity_test_arm_softmax_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8_s16/Unity/ |
D | unity_test_arm_softmax_s8_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/Unity/ |
D | unity_test_arm_svdf_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_l_s8/Unity/ |
D | unity_test_arm_ds_cnn_l_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/Unity/ |
D | unity_test_arm_ds_cnn_s_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s16/Unity/ |
D | unity_test_arm_elementwise_add_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s8/Unity/ |
D | unity_test_arm_elementwise_add_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s16/Unity/ |
D | unity_test_arm_elementwise_mul_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s8/Unity/ |
D | unity_test_arm_elementwise_mul_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s16/Unity/ |
D | unity_test_arm_fully_connected_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8/Unity/ |
D | unity_test_arm_softmax_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s4/Unity/ |
D | unity_test_arm_fully_connected_s4.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/Unity/ |
D | unity_test_arm_grouped_convolve_s8.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/Unity/ |
D | unity_test_arm_lstm_unidirectional_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/Unity/ |
D | unity_test_arm_max_pool_s16.c | 36 { /* This is run before EACH TEST */ in setUp()
|