Lines Matching full:python
13 You need `Python 3` and the following Python packages:
20 Once you have cloned the right version and installed the Python packages, you need to generate some…
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`
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
367 For R14, we have a python script which will process the result of tests and format it into several …
393 python PatternGeneration\BasicMaths.py
407 python preprocess.py -f desc.txt
409 This will create a file `Output.pickle` which is containing a Python object representing
416 python processTests.py -f Output.pickle
420 python processTests.py
425 python processTests.py -e
429 python processTests.py -e BasicTests
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`
470 The results generated in previous step can be processed with a Python script.
474 python processResult.py -f Output.pickle -e -r result.txt
490 python summaryBench.py -r build\result.txt
511 python convertToOld.py -e AGroup
517 python addToDB.py -e AGroup
690 python addToDB.py AGroup
705 python addToDB.py BasicBenchmarks
713 python addToDB.py BasicMathsBenchmarksF32
727 Since the python scripts are using bench.db and reg.db as default names for the databases.