Home
last modified time | relevance | path

Searched refs:results (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-3.5.0/Testing/
DprocessResult.py316 def extractDataFiles(results,outputDir): argument
319 for l in results:
361 def analyseResult(resultPath,root,results,embedded,benchmark,trace,formatter): argument
398 for l in results:
545 def analyze(root,results,args,trace): argument
550 analyseResult(resultPath,root,results,args.e,args.b,trace,CSVFormatter())
552 analyseResult(resultPath,root,results,args.e,args.b,trace,HTMLFormatter())
554 analyseResult(resultPath,root,results,args.e,args.b,trace,HTMLFormatter(append=True))
556 analyseResult(resultPath,root,results,args.e,args.b,trace,MathematicaFormatter())
563 analyseResult(resultPath,root,results,args.e,args.b,trace,TextFormatter())
[all …]
DsummaryBench.py88 results = smf.ols('CYCLES ~ ' + elem.params.formula, data=d).fit()
90 … f=joinit([formatProd(a,b) for (a,b) in zip(results.params.index,results.params.values)]," + ")
94 return(pd.Series({'Regression':"%s" % f,'MAX' : m,'MAXREGCOEF' : results.params.values[-1]}))
DREADME.md75 …-f configs\ARM_VHT_Corstone_300_config.txt Objects\test.Release+VHT-Corstone-300.axf > results.txt`
77 **Parsing the results:**
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
99 history of test results and benchmark.
189 The text is used when reporting the results of the tests.
224 In the benchmark results, we may want to generate a CSV (or any other format) with different column…
466 Objects\test.Release+FVP_M55.axf > results.txt`
468 ### Parse the results
470 The results generated in previous step can be processed with a Python script.
486 The parsing of the results may have generated some statistics in FullBenchmark folder.
[all …]
/cmsis-dsp-3.5.0/Testing/cmsis_build/
D.gitignore2 results*.txt
/cmsis-dsp-3.5.0/Doxygen/templates/
Dsearch.css161 /*---------------- Search results window */
/cmsis-dsp-3.5.0/Doxygen/
Ddsp.dxy.in1802 # key> to jump into the search results window, the results can be navigated
1826 # script for searching. Instead the search results are written to an XML file
1829 # search results.
1843 # which will return the search results when EXTERNAL_SEARCH is enabled.
1865 # projects and redirect the results back to the right project.
/cmsis-dsp-3.5.0/PythonWrapper/examples/kws_example/
Dkws.ipynb796 …d we are using an implementation of predict using linear algebra. It should give the same results."
823 … are checking the result with the confusion matrix and the score. It should give the same results:"
892 …"At the end, we will check that Q15 is giving good enough results and thus can be implemented in C…
1119 …"We are getting very similar results to the reference implementation. Now let's explore fixed poin…