Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 63) sorted by relevance

123

/cmsis-nn-latest/.github/workflows/
Dmicrospeech.yaml44 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 …]
Dgh-pages.yml9 # 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…
Dpack.yml24 run: |
Dpdsc.yml39 run: |
/cmsis-nn-latest/Tests/UnitTest/
Dbuild_and_run_tests.sh27 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
DREADME.md27 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/
Darm_relu_q15.c54 /* 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()
Darm_relu_q7.c54 /* 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/
Darm_q7_to_q15_with_offset.c65 /* 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/
Dunity_test_arm_pad_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s16/Unity/
Dunity_test_arm_softmax_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8_s16/Unity/
Dunity_test_arm_softmax_s8_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/Unity/
Dunity_test_arm_svdf_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_l_s8/Unity/
Dunity_test_arm_ds_cnn_l_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/Unity/
Dunity_test_arm_ds_cnn_s_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s16/Unity/
Dunity_test_arm_elementwise_add_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s8/Unity/
Dunity_test_arm_elementwise_add_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s16/Unity/
Dunity_test_arm_elementwise_mul_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s8/Unity/
Dunity_test_arm_elementwise_mul_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s16/Unity/
Dunity_test_arm_fully_connected_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8/Unity/
Dunity_test_arm_softmax_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s4/Unity/
Dunity_test_arm_fully_connected_s4.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/Unity/
Dunity_test_arm_grouped_convolve_s8.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/Unity/
Dunity_test_arm_lstm_unidirectional_s16.c36 { /* This is run before EACH TEST */ in setUp()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/Unity/
Dunity_test_arm_max_pool_s16.c36 { /* This is run before EACH TEST */ in setUp()

123