/cmsis-nn-latest/Source/ActivationFunctions/ |
D | arm_relu_q15.c | 59 int32_t in; in arm_relu_q15() local 65 in = arm_nn_read_q15x2_ia((const int16_t **)&input); in arm_relu_q15() 68 buf = ROR(in & 0x80008000, 15); in arm_relu_q15() 73 arm_nn_write_q15x2_ia(&output, in & (~mask)); in arm_relu_q15()
|
D | arm_relu_q7.c | 59 int32_t in; in arm_relu_q7() local 65 in = arm_nn_read_s8x4_ia((const int8_t **)&input); in arm_relu_q7() 68 buf = (int32_t)ROR((uint32_t)in & 0x80808080, 7); in arm_relu_q7() 73 arm_nn_write_s8x4_ia(&output, in & (~mask)); in arm_relu_q7()
|
/cmsis-nn-latest/Source/PoolingFunctions/ |
D | arm_max_pool_s8.c | 115 union arm_nnword in; in clamp_output() 120 in.word = arm_nn_read_s8x4(source); in clamp_output() 122 in.bytes[0] = MAX(in.bytes[0], act_min); in clamp_output() 123 in.bytes[0] = MIN(in.bytes[0], act_max); in clamp_output() 124 in.bytes[1] = MAX(in.bytes[1], act_min); in clamp_output() 125 in.bytes[1] = MIN(in.bytes[1], act_max); in clamp_output() 126 in.bytes[2] = MAX(in.bytes[2], act_min); in clamp_output() 127 in.bytes[2] = MIN(in.bytes[2], act_max); in clamp_output() 128 in.bytes[3] = MAX(in.bytes[3], act_min); in clamp_output() 129 in.bytes[3] = MIN(in.bytes[3], act_max); in clamp_output() [all …]
|
D | arm_max_pool_s16.c | 103 union arm_nnword in; in clamp_output() 108 in.word = arm_nn_read_s16x2(source); in clamp_output() 110 in.half_words[0] = MAX(in.half_words[0], act_min); in clamp_output() 111 in.half_words[0] = MIN(in.half_words[0], act_max); in clamp_output() 112 in.half_words[1] = MAX(in.half_words[1], act_min); in clamp_output() 113 in.half_words[1] = MIN(in.half_words[1], act_max); in clamp_output() 115 arm_nn_write_q15x2_ia(&source, in.word); in clamp_output()
|
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | linker.ld | 7 * not use this file except in compliance with the License. 12 * Unless required by applicable law or agreed to in writing, software 20 *-------- <<< Use Configuration Wizard in Context Menu >>> ------------------- 26 <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8> 35 <o1> RAM Size (in Bytes) <0x0-0xFFFFFFFF:8> 44 <o1> SRAM Size (in Bytes) <0x0-0xFFFFFFFF:8> 52 <o0> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> 53 <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> 62 <o1> DDR Size (in Bytes) <0x0-0xFFFFFFFF:8> 82 * It references following symbols, which must be defined in code: [all …]
|
/cmsis-nn-latest/Documentation/ |
D | README.md | 3 CMSIS-NN Documentation in HTML format is published online at [https://arm-software.github.io/CMSIS-… 7 The documentation source is maintained in `Documentation/Doxygen/` folder as a mixture of markdown … 15 …successful execution the resulting documentation package is then available in `./Documentation/htm…
|
/cmsis-nn-latest/Source/ReshapeFunctions/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Source/SVDFunctions/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Source/ConcatenationFunctions/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Source/BasicMathFunctions/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s16/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1_x_n_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s8_fast/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s16/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s4/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/ |
D | CMakeLists.txt | 7 # not use this file except in compliance with the License. 12 # Unless required by applicable law or agreed to in writing, software
|