Searched refs:a (Results 1 – 25 of 66) sorted by relevance
123
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | extra_tabs.css | 20 .tabs1 a { 54 .tablist a { 62 .tabs1 .tablist a { 68 .tablist li.current a { 73 .tabs1 .tablist li.current a { 77 .tabs .tablist a { 81 .tabs .tablist li.current a { 86 .tabs a:hover { 90 .tabs li.current a:hover { 94 .tabs1 a:hover {
|
D | navtree.js | 195 var a = document.createElement("a"); 196 node.labelSpan.appendChild(a); 199 a.appendChild(node.label); 208 a.className = stripPath(link.replace('#',':')); 213 a.href = srcPage!=targetPage ? url : "javascript:void(0)"; 214 a.onclick = function(){ 216 if (!$(a).parent().parent().hasClass('selected')) 220 $(a).parent().parent().addClass('selected'); 221 $(a).parent().parent().attr('id','selected'); 227 a.href = url; [all …]
|
D | search.css | 153 a.SelectItem { 162 a.SelectItem:focus, 163 a.SelectItem:active { 169 a.SelectItem:hover { 235 a.SRScope { 244 a.SRSymbol:focus, a.SRSymbol:active, 245 a.SRScope:focus, a.SRScope:active {
|
D | extra_navtree.css | 47 #nav-tree a { 66 #nav-tree .label a { 71 #nav-tree .selected a { 155 #nav-tree a:hover {
|
D | version.css | 46 .dropdown-content a { 55 .dropdown-content a:hover {background-color: #ddd}
|
/cmsis-nn-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 7 This user manual describes the CMSIS NN software library, a collection of efficient neural network … 9 The library is divided into a number of functions each covering a specific category: 26 …ee different implementations for each function. Each implementation targets a different group of p… 36 … repository**](https://github.com/ARM-software/CMSIS-NN) and is released as a standalone [**CMSIS-… 52 The macros below are defined in a build system based on feature flags for a chosen processor or arc… 54 …a CMSIS-NN file compiled as `armclang -mcpu=cortex-m4 --target=arm-arm-none-eabi -I<CMSIS Core Inc…
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 7 # You may obtain a copy of the License at 20 # doxygen (www.doxygen.org) for a project. 22 # All text after a double hash (##) is considered a comment and is placed in 25 # All text after a single hash (#) is considered a comment and will be ignored. 54 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 57 # title of most generated pages and in a few other places. 62 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 69 # for a project that appears at the top of each page and should give viewer a 74 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 82 # into which the generated documentation will be written. If a relative path is [all …]
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | README.md | 3 …ns on any [Arm Mbed OS](https://os.mbed.com/mbed-os/) supported HW or using a fixed virtual platfo… 13 If in a virtual environment just start by upgrading pip. 40 …a Keras generated model for reference. The SVDF unit test use a json template as input for generat… 80 …IS-NN as a [standalone library](https://github.com/ARM-software/CMSIS-NN/blob/main/README.md#build… 93 This will build all unit tests. You can also just build a specific unit test only, for example: 125 The script use a concept of test data sets, i.e. it need a test set data name as input. It will the… 126 When adding a new test data set, new c files should be added or existing c files should be updated … 128 The steps to add a new unit test are as follows. Add a new test test in the load_all_testdatasets()… 180 - `TestCases` - Here are the actual unit tests. For each function under test there is a folder unde… 181 …or each function under test there is a folder with the same name with test_ prepended to the name … [all …]
|
/cmsis-nn-latest/ |
D | README.md | 2 CMSIS NN software library is a collection of efficient neural network kernels developed to maximize… 10 There is a single branch called 'main'. 11 Tags are created during a release. Two releases are planned to be done in a year. The releases can … 16 Based on feature flags for a processor or architecture provided to the compiler, the right implemen… 18 …There is always a pure C implementation for an operator. This is used for processors like Arm Cort… 21 processors here are Cortex-M4 or a Cortex-M33 configured with optional DSP extension. 44 First, a thank you for the contribution. Here are some guidelines and good to know information to g… 47 By default, follow the style used in the file. You'll soon start noticing a pattern like 57 Function prototypes must have a detailed comment header in Doxygen format. You can execute the doxy… 66 Each File has a version number and a date field that must be updated when making any change to that… [all …]
|
D | LICENSE | 31 transformation or translation of a Source form, including but 36 Object form, made available under the License, as indicated by a 43 represent, as a whole, an original work of authorship. For the purposes 60 designated in writing by the copyright owner as "Not a Contribution." 63 on behalf of whom a Contribution has been received by Licensor and 67 this License, each Contributor hereby grants to You a perpetual, 74 this License, each Contributor hereby grants to You a perpetual, 82 institute patent litigation against any entity (including a 83 cross-claim or counterclaim in a lawsuit) alleging that the Work 84 or a Contribution incorporated within the Work constitutes direct [all …]
|
/cmsis-nn-latest/Source/ReshapeFunctions/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Source/SVDFunctions/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Source/ConcatenationFunctions/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Examples/ |
D | README.md | 9 …-image-recognition) for more information and the source code. There is also a [blog post](https://…
|
/cmsis-nn-latest/Source/BasicMathFunctions/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s16/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s8/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1_x_n_s8/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s8/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | CMakeLists.txt | 8 # You may obtain a copy of the License at
|
123