Searched +full:- +full:- +full:force (Results 1 – 3 of 3) sorted by relevance
/cmsis-nn-latest/.github/workflows/ |
D | pack.yml | 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 30 packchk-version: 1.4.1 [all …]
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | unittest_targets.py | 3 # 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 44 parser = argparse.ArgumentParser(description="Run CMSIS-NN unit tests.", 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)." 54 " ls -d TestCases/test_* -1") 55 … parser.add_argument('-c', '--compiler', type=str, default='GCC_ARM', choices=['GCC_ARM', 'ARMC6']) [all …]
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 1 # 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 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. 52 DOXYFILE_ENCODING = UTF-8 [all …]
|