Searched full:on (Results 1 – 25 of 317) sorted by relevance
12345678910>>...13
/cmsis-nn-latest/Source/ |
D | CMakeLists.txt | 13 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 25 option(CONCATENATION "Concatenation" ON) 26 option(FULLYCONNECTED "Fully Connected" ON) 27 option(CONVOLUTION "Convolutions" ON) 28 option(ACTIVATION "Activations" ON) 29 option(POOLING "Pooling" ON) 30 option(SOFTMAX "Softmax" ON) 31 option(BASICMATHSNN "Basic Maths for NN" ON) 32 option(RESHAPE "Reshape" ON) 33 option(SVDF "SVDF" ON) [all …]
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | README.md | 3 … CMSIS-NN functions on any [Arm Mbed OS](https://os.mbed.com/mbed-os/) supported HW or using a fix… 7 …rgetting the Arm Corstone-300 softwware. See the section " Using FVP based on Arm Corstone-300 sof… 17 It has been tested with Python 3.10 and it has been tested on Ubuntu 22.04. 53 …ocally. Check this [link](https://www.tensorflow.org/lite/guide/build_cmake_pip) on how to do that. 54 Use the -h flag to get more info on supported interpreters. 57 …677842603. This interpreter is only partially supported, see *Tests depending on TFLM interpreter*. 63 …oard must be mounted, which may or may not be done automatically depending on OS. If all requireme… 71 ### Using FVP based on Arm Corstone-300 software 73 …on Corstone-300 is to use the build_and_run_tests.sh script. This script will install required pac… 79 …ensure that arm compilers folder is located in path, export CC and use the -a option on the script. [all …]
|
D | CMakeLists.txt | 13 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 41 set(BUILD_CMSIS_NN_UNIT_TESTS_FOR_FVP_BASED_CORSTONE_300 ON) 48 "Dependencies for using FVP based on Arm Corstone-300 software.") 137 # Build CMSIS startup dependencies based on TARGET_CPU.
|
D | unittest_targets.py | 14 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 45 epilog="Runs on all connected HW supported by Mbed.") 96 …or writing '/media/mannil01/NODE_F411RE/TESTRUN_NUCLEO_F411RE_GCC_ARM.bin': No space left on device 97 # https://os.mbed.com/questions/59636/STM-Nucleo-No-space-left-on-device-when-/ 156 print("Running {} on {} target: {} with compiler: {} in directory: {} test: {}\n".format( 304 …print("{} Summary: {} tests in total passed on {} target(s) ({})".format(verdict, passed, len(targ…
|
/cmsis-nn-latest/ |
D | LICENSE | 41 form, that is based on (or derived from) the Work and for which the 52 or by an individual or Legal Entity authorized to submit on behalf of 56 communication on electronic mailing lists, source code control systems, 57 and issue tracking systems that are managed by, or on behalf of, the 63 on behalf of whom a Contribution has been received by Licensor and 145 Contributor provides its Contributions) on an "AS IS" BASIS, 170 on Your own behalf and on Your sole responsibility, not on behalf 185 file or class name and description of purpose be included on the 198 distributed under the License is distributed on an "AS IS" BASIS,
|
D | README.md | 3 performance and minimize the memory footprint of neural networks on Arm Cortex-M processors. 7 ….com/ARM-software/CMSIS-NN/blob/main/Tests/UnitTest/README.md#tests-depending-on-tflm-interpreter). 16 Based on feature flags for a processor or architecture provided to the compiler, the right implemen… 96 Default optimization level is set at Ofast. This can be overwritten with CMake on command line by u… 107 …on the Arm(R) Cortex(R)-M processor, the compiler and the model. This optimization can be enabled … 110 * CMSIS-NN is tested on Arm Compiler 6 and on Arm GNU Toolchain.
|
/cmsis-nn-latest/Examples/ |
D | README.md | 5 ## Image recognition on STMicroelectonics(R) STM32F4 using Arm(R) Mbed(TM) CLI 2 7 Image recognition on the STM32F4 board utilizing CMSIS-NN and Mbed CLI 2. 9 …unity.arm.com/arm-community-blogs/b/ai-and-ml-blog/posts/image-recognition-on-arm-powered-microcon…
|
/cmsis-nn-latest/.github/workflows/ |
D | gh-pages.yml | 4 on: 5 # Runs on pushes targeting the default branch 30 runs-on: ubuntu-latest
|
D | pdsc.yml | 12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 20 on: 33 runs-on: ubuntu-latest
|
D | microspeech.yaml | 12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 17 name: TFL Microspeech Example on Arm Virtual Hardware 18 on: 38 runs-on: ubuntu-latest 57 name: Build and run projects on AVH 58 runs-on: ubuntu-latest 160 - name: Execute test suite on Arm Virtual Hardware at AWS 180 runs-on: ubuntu-latest 200 runs-on: ubuntu-latest
|
D | pack.yml | 2 on: 17 runs-on: ubuntu-22.04
|
/cmsis-nn-latest/Include/ |
D | arm_nnfunctions.h | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 89 * <code>ARM_CMSIS_NN_SUCCESS</code> on successful completion. 127 * @note Intended for compilation on Host. If compiling for an Arm target, use 141 * @note Intended for compilation on Host. If compiling for an Arm target, use 174 * <code>ARM_CMSIS_NN_SUCCESS</code> on successful completion. 212 * @note Intended for compilation on Host. If compiling for an Arm target, use 225 * @note Intended for compilation on Host. If compiling for an Arm target, use 259 * <code>ARM_CMSIS_NN_SUCCESS</code> on successful completion. 297 * @note Intended for compilation on Host. If compiling for an Arm target, use 310 * @note Intended for compilation on Host. If compiling for an Arm target, use [all …]
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | test_suite.py | 12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 24 # Filter out params from suite to pass on to each test
|
/cmsis-nn-latest/Include/Internal/ |
D | arm_nn_compiler.h | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 127 // Workaround for 'Internal Compiler Error' on Arm GNU Toolchain rel 12.2.x 166 /* Even though __builtin_clz produces a CLZ instruction on ARM, formally in CLZ() 168 This guarantees Arm-compatible results if compiling on a non-Arm in CLZ() 209 // PKH<XY> translates into pkh<xy> on AC6 249 // __smlad is defined by GCC, but results in a performance drop(Tested on Arm GNU Toolchain version…
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | version.css | 54 /* Change color of dropdown links on hover */ 57 … to add this class to the .dropdown-content container when the user clicks on the dropdown button)…
|
D | footer.js.in | 6 …document.write('Generated on {datetime} for {projectName} {projectNumberFull}. Copyright © {y…
|
D | extra_navtree.css | 37 margin-left:-10px; /*correction to place selection border on the edge screen edge */ 75 /*correction for the larger box border on the left (10px-5px) */
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT 215 # support long names like on DOS, Mac, or CD-ROM. 341 # Doxygen selects the parser to use depending on the extension of the files it 451 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 464 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 495 # during processing. When set to 0 doxygen will based this on the number of 623 # references to files without having to specify the exact matching casing. On 625 # to NO, whereas on Linux or other Unix flavors it should typically be set to 832 # The QUIET tag can be used to turn on/off the messages that are generated to 839 # The WARNINGS tag can be used to turn on/off the warning messages that are [all …]
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_wrapper_s16.c | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 23 * on dimensions.
|
D | arm_depthwise_conv_wrapper_s4.c | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 23 * on dimensions.
|
D | arm_convolve_get_buffer_sizes_s16.c | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 47 …er of complete lanes with int16 elements (multiple of 8) for given col_length. This is dependent on in arm_convolve_s16_get_buffer_size_mve()
|
D | arm_nn_depthwise_conv_s8_core.c | 13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT 22 * Description: Depthwise convolution on im2col buffers. 33 * Depthwise conv on an im2col buffer where the input channel equals
|
/cmsis-nn-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 7 …imize the performance and minimize the memory footprint of neural networks on Arm Cortex-M process… 52 The macros below are defined in a build system based on feature flags for a chosen processor or arc…
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/ |
D | CMakeLists.txt | 13 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/ |
D | CMakeLists.txt | 13 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
|
12345678910>>...13