Home
last modified time | relevance | path

Searched +full:fail +full:- +full:fast (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Druntest.yaml11 security-events: write
16 fail-fast: false
19 runs-on: ubuntu-latest
22 - name: Checkout
25 - name: Setup Python 3.10
26 uses: actions/setup-python@v5
28 python-version: '3.10'
30 cache-dependency-path: Testing/requirements.txt
32 - name: Install system packages
34 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]
Druncpptest.yaml11 security-events: write
16 fail-fast: false
21 runs-on: ubuntu-latest
24 - name: Checkout
27 - name: Setup Python 3.10
28 uses: actions/setup-python@v5
30 python-version: '3.10'
32 cache-dependency-path: Testing/requirements.txt
34 - name: Install system packages
36 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]
/cmsis-dsp-latest/Testing/FrameworkSource/
DIORunner.cpp1 /* ----------------------------------------------------------------------
12 * Target Processor: Cortex-M cores
13 * -------------------------------------------------------------------- */
15 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
17 * SPDX-License-Identifier: Apache-2.0
23 * www.apache.org/licenses/LICENSE-2.0
58 this->m_runningMode = runningMode; in IORunner()
62 mgr->setDumpMode(); in IORunner()
66 mgr->setTestAndDumpMode(); in IORunner()
127 if (!m_mgr->HasMemError()) in IORunner()
[all …]
/cmsis-dsp-latest/PythonWrapper/examples/
DNoise suppression.ipynb16 …e CMSIS-DSP Python wrapper and how it can help translating a float algorithm to a fixed point one …
24 …"The CMSIS-DSP package must first be installed. This command will take some time to execute since …
114 …"test_pattern_url=\"https://github.com/ARM-software/VHT-SystemModeling/blob/main/EchoCanceller/sou…
143 "application/vnd.jupyter.widget-view+json": {
300 "winDuration=30e-3\n",
301 "winOverlap=15e-3\n",
366 " w = window - np.mean(window)\n",
371 " if signal_energy(window)>-11:\n",
431 "### CMSIS-DSP Q15 implementation"
439 "The same functions but in q15 and using CMSIS-DSP API."
[all …]