Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/modules/cmsis-nn/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
8 bool "CMSIS-NN Library Support"
12 This option enables the CMSIS-NN library.
19 This option enables the NN libraries for the activation layers
24 bool "Basic Math for NN"
26 This option enables the NN libraries for the basic maths operations.
27 It adds functionality for element-wise add and multiplication functions.
32 This option enables the NN libraries for the concatenation layers.
40 and GEMM. GEMM is performed with CMSIS-DSP arm_mat_mult similar options.
46 Collection of fully-connected and matrix multiplication functions.
[all …]
/Zephyr-Core-3.6.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"
32 This option adds support for CMSIS-NN optimized kernels when using TensorFlow Lite Micro.
/Zephyr-Core-3.6.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.6.0/
Dwest.yml3 # The per-installation west configuration file, .west/config, sets the
22 - name: upstream
23 url-base: https://github.com/zephyrproject-rtos
24 - name: babblesim
25 url-base: https://github.com/BabbleSim
27 group-filter: [-babblesim, -optional]
32 - name: acpica
35 - name: bsim
36 repo-path: babblesim-manifest
40 - babblesim
[all …]
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 …]
/Zephyr-Core-3.6.0/modules/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
28 source "modules/Kconfig.open-amp"
51 # ---------------------------------------------------
56 # ---------------------------------------------------
75 comment "Trusted-firmware-m module not available."
78 comment "Trusted-firmware-a module not available."
87 comment "loramac-node module not available."
108 comment "cmsis module not available."
111 comment "cmsis-dsp module not available."
114 comment "cmsis-nn module not available."
/Zephyr-Core-3.6.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 -82, -104, 10, -28, -52, -51, -66, 52, 124, -74, -21, 4, 37, -7, -33,
41 102, 110, 24, 52, 121, 13, -55, -79, -92, -35, -103, 86, 95, 46, 32,
42 -24, -123, 120, 29, -77, -97, -69, -68, 58, 38, 3, 3, 79, -47, 112,
43 -52, -113, -46, 107, 68, 83, -70, 91, 14, 113, 74, 73, -103, -98, 25};
46 -67, -85, 31, 48, -63, -51, -55, 33, 30, -53, 10, 16, 38, 56, 5,
[all …]