Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.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.7.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.7.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
37 Add the tflite-micro module to your West manifest and pull it:
39 .. code-block:: console
41 west config manifest.project-filter -- +tflite-micro
46 .. zephyr-app-commands::
47 :zephyr-app: samples/modules/tflite-micro/hello_world
48 :host-os: unix
55 The CMSIS-NN kernel application can be built and executed on any Arm(R) Cortex(R)-M core based plat…
[all …]
/Zephyr-Core-3.7.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.7.0/modules/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
28 source "modules/Kconfig.open-amp"
52 # ---------------------------------------------------
57 # ---------------------------------------------------
76 comment "Trusted-firmware-m module not available."
79 comment "Trusted-firmware-a module not available."
88 comment "loramac-node module not available."
109 comment "cmsis module not available."
112 comment "cmsis-dsp module not available."
115 comment "cmsis-nn module not available."
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-4.0.rst42 * RISC-V
129 * MIPI-DBI
161 * Wi-Fi
210 * Wi-Fi:
242 * CMSIS-NN
279 Trusted Firmware-M
Drelease-notes-3.7.rst10 This release is the last non-maintenance 3.x release and, as such, will be the next
18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API,
21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017
25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio
29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and
35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr.
39 1588) allows to synchronize time across devices with sub-microsecond accuracy.
52 * 1-Wire
71 :ref:`pinctrl-guide` for more details.
88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8
[all …]
/Zephyr-Core-3.7.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 …]