Commit Graph

17 Commits (bc9321d1aa44681aa5898434d1e7b0dbcd7bcf0c)

Author SHA1 Message Date
Christophe Favergeon b9b58d044e Small change to a PythonWrapper test. 3 years ago
Christophe Favergeon 7de5cc0caf Improvement to SDF
Possibility to use a C struct as type for the IO.
Added Duplicate2 and Duplicate3 nodes.
Added an example (example8) to demonstrate and test those new features.
3 years ago
Christophe Favergeon 91f599c052 Householder and QR decomposition for matrices (f64,f32,f16).
(not yet optimized)
3 years ago
Christophe Favergeon 532e97c225 Corrected doxygen warning when generating the pack. 3 years ago
Christophe Favergeon 4e8de3b6a7 Doxygen corrections 4 years ago
Christophe Favergeon 3f95fbca89 New repository for CMSIS-DSP 4 years ago
Christophe Favergeon 6cfdbe7dc6 CMSIS-DSP: Refactoring of the PythonWrapper and SDF
Refactoring to enable improvements to the wrapper and to be able to
upload it to the Python repository.
4 years ago
Christophe Favergeon 3d264cfabb CMSIS-DSP: MFCC F32
MFCC F32 implementation
MFCC F32 tests
MFCC F32 in Python wrapper
Python wrapper structure updated to support submodule like
cmsisdsp.mfcc and cmsisdsp.fixedpoint
PythonWrapper tests updated to use the new fixedpoint
cmsisdsp.mfcc is used to generate the mel filter, dct and window coefficients.
4 years ago
Christophe Favergeon 12e56614de CMSIS-DSP: Update to Python wrapper
New functions added.
5 years ago
Christophe Favergeon 9332294a80 CMSIS-DSP: Improved doxygen and README 5 years ago
Christophe Favergeon 6f229b4f65 CMSIS-DSP: New MVE implementation of the FIR f32 5 years ago
Christophe Favergeon 7969af9c89 CMSIS-DSP: Added possibility to use reference library with test framework. 6 years ago
Christophe Favergeon 585137ad16 CMSIS-DSP: Added an SVM example to show how to use it. 6 years ago
Christophe Favergeon 6945b74f8a CMSIS-DSP: Added test patterns for Statistics functions.
Added MVE code for statistics functions.
Improvement to test framework.
6 years ago
Christophe Favergeon 499a9ecb70 CMSIS-DSP: Added support in test framework for ARMv81MML and FVP 6 years ago
Christophe Favergeon cf71ff01a7 CMSIS-DSP: Add primary keys to generated benchmark tables in the
database.
6 years ago
Christophe Favergeon 8a4c63e4d8 CMSIS-DSP: New testing framework
(For our internal use. In short term, we won't give support about it).
CMSIS-DSP: Update to cmake build for the testing framework
CMSIS-NN:Implementation of arm_fully_connected_s8
Use API and quantization compatible with TF Lite.
7 years ago