Searched full:pickle (Results 1 – 15 of 15) sorted by relevance
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | check.bat | 3 python ..\processResult.py -f ..\Output.pickle -e -r results_m0p.txt -html > m0p.html 6 python ..\processResult.py -f ..\Output.pickle -e -r results_m23.txt -html > m23.html 9 python ..\processResult.py -f ..\Output.pickle -e -r results_m3.txt -html > m3.html 12 python ..\processResult.py -f ..\Output.pickle -e -r results_m4.txt -html > m4.html 15 python ..\processResult.py -f ..\Output.pickle -e -r results_m7.txt -html > m7.html 18 python ..\processResult.py -f ..\Output.pickle -e -r results_m7_unrolled.txt -html > m7_unrolled.h… 21 python ..\processResult.py -f ..\Output.pickle -e -r results_m33.txt -html > m33.html 24 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300.txt -html > cs300.html 27 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300_u55.txt -html > cs300_u55.html 30 python ..\processResult.py -f ..\Output.pickle -e -r results_cs310.txt -html > cs310.html
|
D | runall.py | 2 import pickle 48 # Load Output.pickle files for the test description 52 root=pickle.load(inf) 187 tests=["../Output.pickle","../Output_f16.pickle"] 199 # Test suite and output pickle needed to decode the result 205 #("MISCF32","../Output.pickle"), 206 #("MISCQ31","../Output.pickle"), 207 #("SupportTestsF16","../Output_f16.pickle"), 208 ###("BasicTestsF32","../Output.pickle"), 209 ##("BasicTestsF16","../Output_f16.pickle"), [all …]
|
D | quicktest.bat | 4 python processTests.py -f Output.pickle -e UnaryTestsF32 12 REM python ..\processResult.py -f ..\Output.pickle -e -r results_cs300_u55.txt 21 REM python ..\processResult.py -f ..\Output.pickle -e -r results_m7_unrolled.txt 30 python ..\processResult.py -f ..\Output.pickle -e -r results_m0p.txt 39 REM python ..\processResult.py -f ..\Output.pickle -e -r results_m55.txt
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 30 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle` 34 `python processTests.py -e -f Output_f16.pickle` 44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16` 81 `python ../processResult.py -f ../Output.pickle -e -r results.txt` 409 This will create a file `Output.pickle` which is containing a Python object representing 416 python processTests.py -f Output.pickle 445 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle` 449 `python processTests.py -e -f Output_f16.pickle` 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 [all …]
|
D | preprocess.py | 3 import pickle 9 parser.add_argument('-o', nargs='?',type = str, default="Output.pickle", help="output file for pars… 18 pickle.dump(root, output)
|
D | processTests.py | 8 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Pickle path")
|
D | addToDB.py | 315 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Pickle")
|
D | convertToOld.py | 90 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Test description fil…
|
D | addToRegDB.py | 325 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Pickle path")
|
D | summaryBench.py | 119 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Test description cac…
|
D | processResult.py | 567 parser.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Test description fil…
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 68 python preprocess.py -f desc.txt -o Output.pickle 69 python preprocess.py -f desc_f16.txt -o Output_f16.pickle 72 python processTests.py -gen . -p Patterns -d Parameters -f Output.pickle -e 73 python processTests.py -gen . -p Patterns -d Parameters -f Output_f16.pickle -e
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | NewParser.py | 3 import pickle 8 root=pickle.load(inf)
|
/cmsis-dsp-latest/ |
D | .gitignore | 10 *.pickle
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 73 "import pickle" 760 "with open(\"logistic.pickle\",\"wb\") as f:\n", 761 " s = pickle.dump(clfb,f)" 779 "with open(\"logistic.pickle\",\"rb\") as f:\n", 780 " clfb=pickle.load(f)" 2035 "with open(\"logistic.pickle\",\"rb\") as f:\n", 2036 " clfb=pickle.load(f)"
|