Home
last modified time | relevance | path

Searched +full:cmsis +full:- +full:nn (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/modules/
DKconfig.cmsis_nn3 # SPDX-License-Identifier: Apache-2.0
5 comment "CMSIS-NN Components"
10 This option enables the NN libraries for the activation layers
15 bool "Basic Math for NN"
17 This option enables the NN libraries for the basic maths operations.
18 It adds functionality for element-wise add and multiplication functions.
23 This option enables the NN libraries for the concatenation layers.
31 and GEMM. GEMM is performed with CMSIS-DSP arm_mat_mult similar options.
37 Collection of fully-connected and matrix multiplication functions.
40 bool "NN Support"
[all …]
DKconfig.cmsis2 # SPDX-License-Identifier: Apache-2.0
24 bool "CMSIS-DSP Library Support"
32 bool "CMSIS-NN Library Support"
/Zephyr-Core-3.4.0/modules/tflite-micro/
DKconfig2 # Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
3 # SPDX-License-Identifier: Apache-2.0
5 config ZEPHYR_TFLITE-MICRO_MODULE
17 bool "TensorFlow Lite Micro with optimized CMSIS-NN kernels"
31 This option adds support for CMSIS-NN optimized kernels when using TensorFlow Lite Micro.
/Zephyr-Core-3.4.0/samples/modules/tflite-micro/hello_world/
DREADME.rst17 The sample also includes a full end-to-end workflow of training
22 reference kernels and one with CMSIS-NN optimized kernels.
29 https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/hello_world
39 .. zephyr-app-commands::
40 :zephyr-app: samples/modules/tflite-micro/hello_world
41 :host-os: unix
48 The CMSIS-NN kernel application can be built and executed on any Arm(R) Cortex(R)-M core based plat…
49 for example based on Arm Corstone(TM)-300 software. A reference implementation of Corstone-300
51 … prototyping board](https://developer.arm.com/tools-and-software/development-boards/fpga-prototypi…
53 …latform](https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/…
[all …]
/Zephyr-Core-3.4.0/tests/lib/cmsis_nn/src/
Dmain.c5 * SPDX-License-Identifier: Apache-2.0
7 * This is not exhaustive functional testing of the CMSIS-NN library.
9 * Individual tests have been pulled from CMSIS/NN/Tests/UnitTest to
10 * validate the integration of CMSIS-NN and Zephyr
27 #define AVGPOOLING_2_OUT_ACTIVATION_MIN -128
40 80, 16, -80, -96, 96, -64, -112, -112, 48, 16, -80, -80, 80, 64, -80,
41 16, 48, -112, 0, 48, 96, -80, -112, -64, -32, -16, -112, -64, -64, 80,
42 -96, -112, -16, -80, -80, -112, -64, -48, 16, 64, 32, 48, 16, 64, 16,
43 -48, -64, -32, -80, 64, -48, -32, -32, -112, 32, 32, -112, -96, -96, 48
47 8, -48, -96, -24, 56, -21, -59, -37, 5, 11, -43, -48, -48, 37, -5,
[all …]
/Zephyr-Core-3.4.0/
DMAINTAINERS.yml45 # files-regex:
56 # files-exclude:
59 # files-regex-exclude:
60 # Like 'files-regex', but any matching files will be excluded from the
63 # description: >-
64 # Plain-English description. Describe what the system is about, from an
68 # All areas must have a 'files' and/or 'files-regex' key. The other keys are
72 # this would be sub-areas which add extra fields (for ex. more `collaborators`
73 # who work only in that sub-area) to other areas.
98 # Collaborators: <list of sub-maintainers>
[all …]