Lines Matching +full:add +full:- +full:path

28 `python preprocess.py -f desc.txt`
30 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
32 `python processTests.py -e`
34 `python processTests.py -e -f Output_f16.pickle`
38 `python processTests.py -e BasicTestsF32`
44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16`
57 and you may need to add the path to the `csolution` tool:
59 `export PATH=$PATH:/cmsistools/bin/linux64`
67 `cpackget add -f test_packlist.txt`
75 …_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe -f configs\ARM_VHT_Corstone_300_config.txt Objects\…
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
166 …tial implementation since a test suite is containing tests and you need to add the test themselves.
228 So, we have the possibility in the suite section to add a parameter section to describe all of this.
275 Test A:testA -> PARAM3_ID
276 } -> PARAM1_ID
407 python preprocess.py -f desc.txt
416 python processTests.py -f Output.pickle
422 You can also use the -e option (for embedded). It will include all the patterns (for the selected t…
423 always use -e option.
425 python processTests.py -e
429 python processTests.py -e BasicTests
431 You can add a test ID to specify that you wan to run only a specific test in the suite:
433 python processTests.py -e BasicTests 4
443 `python preprocess.py -f desc.txt`
445 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
447 `python processTests.py -e`
449 `python processTests.py -e -f Output_f16.pickle`
455 You can use the [CMSIS build tools](https://github.com/Open-CMSIS-Pack/devtools) to build.
464 `C:\Keil_v5\ARM\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M55_MDK.exe ^
465 -f configs/ARM_VHT_MPS2_M55_config.txt ^
472 The `-f` option should be used to tell the script where to find the `Output.pickle` file if the scr…
474 python processResult.py -f Output.pickle -e -r result.txt
476 -e option is needed if the mode -e was used with processTests because the output has a different
477 format with or without -e option.
490 python summaryBench.py -r build\result.txt
493 Indeed, this script is using the path to result.txt to also find the file currentConfig.csv which h…
496 The Output.pickle file is used by default. It can be changed with -f option.
511 python convertToOld.py -e AGroup
513 Output.pickle is used by default. It can be changed with -f option.
515 To add a to sqlite3 databse:
517 python addToDB.py -e AGroup
519 Output.pickle is used by default. It can be changed with -f option.
524 The script processTests and processResult must be used with additional option -e for the FPGA (embe…
583 ## HOW TO ADD NEW TESTS
639 ASSERT_NEAR_EQ(ref,output,(float)1e-6);
688 To add a to sqlite3 database:
692 Output.pickle is used by default. It can be changed with -f option.
707 Output.pickle is used by default. It can be changed with -f option.
747 On Arm AC5 compiler \_\_fp16 type (float16_t in CMSIS-DSP) can't be used as argument or return valu…
751 In CMSIS-DSP, we want to keep the possibility of having float16_t as an argument.