/cmsis-dsp-latest/Testing/ |
D | addAllBenchToDatabase.bat | 2 python addToDB.py BasicBenchmarks 4 python addToDB.py ComplexBenchmarks 6 python addToDB.py FIR 8 python addToDB.py MISC 10 python addToDB.py DECIM 12 python addToDB.py BIQUAD 14 python addToDB.py Controller 16 python addToDB.py FastMath 18 python addToDB.py SupportBarF32 20 python addToDB.py Support [all …]
|
D | addAllBenchToRegressionDatabase.bat | 2 python addToRegDB.py BasicBenchmarks 4 python addToRegDB.py ComplexBenchmarks 6 python addToRegDB.py FIR 8 python addToRegDB.py MISC 10 python addToRegDB.py DECIM 12 python addToRegDB.py BIQUAD 14 python addToRegDB.py Controller 16 python addToRegDB.py FastMath 18 python addToRegDB.py SupportBarF32 20 python addToRegDB.py Support [all …]
|
D | README.md | 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 … [all …]
|
/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 | 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/.github/workflows/ |
D | runtest.yaml | 25 - name: Setup Python 3.10 26 uses: actions/setup-python@v5 28 python-version: '3.10' 64 echo "Install missing python packages" 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 88 python runall.py -s -g ${{ matrix.compiler }} -avh $AVH_FVP_PLUGINS/../bin
|
D | runcpptest.yaml | 27 - name: Setup Python 3.10 28 uses: actions/setup-python@v5 30 python-version: '3.10' 79 echo "Install missing python packages" 94 … python run_all.py -t -g ${{ matrix.compiler }} -c ${{ matrix.core }} -avh $AVH_FVP_PLUGINS/../bin
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | runall.sh | 5 python testdistance.py 6 python testdsp6.py 7 python testdsp5.py 8 python example_1_10.py 9 python example_1_6.py 10 python example_1_9.py
|
/cmsis-dsp-latest/ |
D | PythonWrapper_README.md | 3 This is a Python wrapper for the Arm open source [CMSIS-DSP](https://github.com/ARM-software/CMSIS-… 9 The signal processing chain can thus be tested and developed in a Python environment and then easil… 20 The building of this package has been tested on Windows with the Python install from python.org and… 22 It has also been tested with `cygwin`. In that case, `python-devel` must be installed too. On Mac, … 28 Python 3 must be used. 34 It is advised to do it in a Python virtual environment. Then, in the virtual environment you can ju… 38 …ncies like `NumPy`) and you should have a compiler which can be found by Python when building the … 57 …you can build the [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) python wrapper. Go to fol… 67 This library is then used by the `setup.py` script to build the Python extension. 83 Note that due to the great number of possible configurations (OS, Compiler, Python), we can't give … [all …]
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BIQUADF16.cpp | 38 Python script is generating different tests with in test_biquad_cascade_df1_ref() 61 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1_ref() 108 Python script is generating different tests with in test_biquad_cascade_df2T_ref() 129 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_ref() 179 Python script is generating different tests with in test_biquad_cascade_df1_rand() 206 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1_rand() 254 Python script is generating different tests with in test_biquad_cascade_df2T_rand() 280 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_rand() 326 Python script is generating different tests with in test_biquad_cascade_stereo_df2T_rand() 351 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_stereo_df2T_rand() [all …]
|
D | BIQUADF32.cpp | 38 Python script is generating different tests with in test_biquad_cascade_df1_ref() 60 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1_ref() 107 Python script is generating different tests with in test_biquad_cascade_df2T_ref() 139 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_ref() 189 Python script is generating different tests with in test_biquad_cascade_df1_rand() 216 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1_rand() 268 Python script is generating different tests with in test_biquad_cascade_df2T_rand() 306 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_rand() 352 Python script is generating different tests with in test_biquad_cascade_stereo_df2T_rand() 377 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_stereo_df2T_rand() [all …]
|
D | BIQUADQ31.cpp | 38 Python script is generating different tests with in test_biquad_cascade_df1() 58 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1() 97 Python script is generating different tests with in test_biquad_cascade_df1_32x64() 117 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1_32x64() 169 /* max 4 * nbTaps as generated by Python script */ in setUp()
|
D | BIQUADF64.cpp | 34 Python script is generating different tests with in test_biquad_cascade_df2T_ref() 53 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_ref() 104 Python script is generating different tests with in test_biquad_cascade_df2T_rand() 129 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df2T_rand()
|
D | FIRQ15.cpp | 46 Python script is generating different tests with in test_fir_q15() 99 Python script is filtering a 2*blockSize number of samples. in test_fir_q15() 147 /* > Max blockSize + numTaps as generated by Python script in setUp() 148 numTaps may be increased by 1 by Python script to force it to even values in setUp()
|
D | BIQUADQ15.cpp | 32 Python script is generating different tests with in test_biquad_cascade_df1() 52 Python script is filtering a 2*blockSize number of samples. in test_biquad_cascade_df1() 96 /* max 4 * nbTaps as generated by Python script */ in setUp()
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | index.rst | 9 …Python wrapper for the Arm `CMSIS-DSP API <https://github.com/ARM-software/CMSIS_5/tree/develop/CM… 11 … as close as possible to the C versions to make it easier to migrate the Python implementation of … 13 In addition to the Python interface to the C functions, there are additional submodules. 24 Python API to C functions <api>
|
D | api.rst | 4 .. highlight:: python 93 …te. Since all arguments (except the instance ones) are read-only in this Python API, this state wi… 101 .. code-block:: python 154 In the same way, the return array from the CMSIS-DSP FFT will not be containing complex Python scal… 186 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th… 213 The Python API is:
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_init_f16.c | 74 The folder Scripts is containing a Python script that can be used 204 The folder Scripts is containing a Python script that can be used 233 The folder Scripts is containing a Python script that can be used 262 The folder Scripts is containing a Python script that can be used 291 The folder Scripts is containing a Python script that can be used 320 The folder Scripts is containing a Python script that can be used 349 The folder Scripts is containing a Python script that can be used 378 The folder Scripts is containing a Python script that can be used 407 The folder Scripts is containing a Python script that can be used
|
D | arm_mfcc_init_f32.c | 74 The folder Scripts is containing a Python script which can be used 204 The folder Scripts is containing a Python script which can be used 233 The folder Scripts is containing a Python script which can be used 262 The folder Scripts is containing a Python script which can be used 291 The folder Scripts is containing a Python script which can be used 320 The folder Scripts is containing a Python script which can be used 349 The folder Scripts is containing a Python script which can be used 378 The folder Scripts is containing a Python script which can be used 407 The folder Scripts is containing a Python script which can be used
|
D | arm_mfcc_init_q15.c | 73 The folder Scripts is containing a Python script which can be used 203 The folder Scripts is containing a Python script which can be used 232 The folder Scripts is containing a Python script which can be used 261 The folder Scripts is containing a Python script which can be used 290 The folder Scripts is containing a Python script which can be used 319 The folder Scripts is containing a Python script which can be used 348 The folder Scripts is containing a Python script which can be used 377 The folder Scripts is containing a Python script which can be used 406 The folder Scripts is containing a Python script which can be used
|
D | arm_mfcc_init_q31.c | 74 The folder Scripts is containing a Python script which can be used 205 The folder Scripts is containing a Python script which can be used 234 The folder Scripts is containing a Python script which can be used 263 The folder Scripts is containing a Python script which can be used 292 The folder Scripts is containing a Python script which can be used 321 The folder Scripts is containing a Python script which can be used 350 The folder Scripts is containing a Python script which can be used 379 The folder Scripts is containing a Python script which can be used 408 The folder Scripts is containing a Python script which can be used
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | UnaryF64.cpp | 4 /* Upper bound of maximum matrix dimension used by Python */ 10 Must be coherent with Python script Matrix.py 98 /* Offsets must be coherent with the sizes used in python script in setUp() 136 /* Offsets must be coherent with the sizes used in python script in setUp() 176 /* Offsets must be coherent with the sizes used in python script in setUp()
|
D | UnaryF32.cpp | 4 /* Upper bound of maximum matrix dimension used by Python */ 10 Must be coherent with Python script Matrix.py 156 /* Offsets must be coherent with the sizes used in python script in setUp() 194 /* Offsets must be coherent with the sizes used in python script in setUp() 234 /* Offsets must be coherent with the sizes used in python script in setUp() 275 /* Offsets must be coherent with the sizes used in python script in setUp()
|
D | UnaryF16.cpp | 4 /* Upper bound of maximum matrix dimension used by Python */ 10 Must be coherent with Python script Matrix.py 147 /* Offsets must be coherent with the sizes used in python script in setUp() 185 /* Offsets must be coherent with the sizes used in python script in setUp() 225 /* Offsets must be coherent with the sizes used in python script in setUp()
|
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/ |
D | arm_svm_example_f32.c | 50 * about classical ML with CMSIS-DSP and python scikit-learn: 63 Those parameters can be generated with the python library scikit-learn. 96 with the Python code where different values could be used. 112 Additional parameters (intercept, degree, coef0 and gamma) are also coming from Python. in main()
|