Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/.github/workflows/
Dgh-pages.yml4 on:
5 # Runs on pushes targeting the default branch
7 branches: [gh-pages]
16 id-token: write
18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…
19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…
22 cancel-in-progress: false
28 name: github-pages
30 runs-on: ubuntu-latest
32 - name: Checkout
[all …]
Dmicrospeech.yaml1 # SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.…
3 # SPDX-License-Identifier: Apache-2.0
9 # www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
17 name: TFL Microspeech Example on Arm Virtual Hardware
18 on:
21 - microspeech
25 - completed
38 runs-on: ubuntu-latest
40 - name: Set a pending status to the PR
[all …]
Dpack.yml2 on:
11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
[all …]
Dpdsc.yml1 # SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.…
3 # SPDX-License-Identifier: Apache-2.0
9 # www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
20 on:
27 group: ${{ github.workflow }}-${{ github.ref }}
28 cancel-in-progress: true
33 runs-on: ubuntu-latest
35 - name: Checkout
38 - name: Check
/cmsis-nn-latest/Tests/UnitTest/
Dbuild_and_run_tests.sh3 # SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.…
5 # SPDX-License-Identifier: Apache-2.0
11 # www.apache.org/licenses/LICENSE-2.0
14 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
20 # Date: 2024-05-21
21 # This bash script downloads unit test dependencies, builds unit tests and also runs the tests.
23 CPU="cortex-m55"
24 OPTIMIZATION="-Ofast"
39 Helper script to setup, build and run CMSIS-NN unit tests
42 -h Display this message.
[all …]
Dunittest_targets.py3 # SPDX-FileCopyrightText: Copyright 2010-2024 Arm Limited and/or its affiliates <open-source-office…
5 # SPDX-License-Identifier: Apache-2.0
11 # www.apache.org/licenses/LICENSE-2.0
14 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
44 parser = argparse.ArgumentParser(description="Run CMSIS-NN unit tests.",
45 epilog="Runs on all connected HW supported by Mbed.")
46 parser.add_argument('--testdir', type=str, default='TESTRUN', help="prefix of output dir name")
47 parser.add_argument('-s',
48 '--specific-test',
52 … " -s TestCases/test_arm_avgpool_s8 (also this form will work: -s test_arm_avgpool_s8)."
[all …]
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in1 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office…
3 # SPDX-License-Identifier: Apache-2.0
9 # www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an AS IS BASIS, WITHOUT
35 # doxygen -x [configFile]
39 # doxygen -x_noenv [configFile]
41 #---------------------------------------------------------------------------
43 #---------------------------------------------------------------------------
46 # file that follow. The default is UTF-8 which is also the encoding used for all
50 # The default value is: UTF-8.
[all …]