Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 14 of 14) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/docs/source/
Dapi.rst186 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th…
188 So to use a CMSIS-DSP matrix function, it is very simple::
218 Return the matrix product pSrcA * pSrcB
224 :return: the matrix product.
Dmfcc.rst9 MEL filters are represented as 3 arrays to encode a sparse matrix.
/cmsis-dsp-3.7.0-3.6.0/Examples/cmsis_build/
Drunall.bat62 -a cpu0="out\matrix\VHT-Corstone-300\Release\matrix.axf"
Dbuildall_cs300.bat4 cbuild "projects/matrix.Release+VHT-Corstone-300.cprj"
/cmsis-dsp-3.7.0-3.6.0/
Dsetup.py82 matrix = list(filter(isnotmissing,list(filter(notf16, matrixMod)))) variable
133 moduleMatrix = mkModule('cmsisdsp_matrix',matrix,"MatrixFunctions")
DPythonWrapper_README.md193 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th…
195 So to use a [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) matrix function, it is very simp…
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/
DMatrix.py928 matrix=np.random.randn(matrixDim * matrixDim).reshape(matrixDim,matrixDim)
929 matrix = Tools.normalize(matrix)
931 matrixLT = np.tril(matrix)
935 matrixUT = np.triu(matrix)
DQuaternion.py18 q=Quaternion(matrix=mat)
/cmsis-dsp-3.7.0-3.6.0/Testing/
Ddesc_f16.txt865 test matrix add:test_mat_add_f16
866 test matrix sub:test_mat_sub_f16
867 test matrix scale:test_mat_scale_f16
868 test matrix transpose:test_mat_trans_f16
869 test matrix inverse:test_mat_inverse_f16
871 test matrix complex transpose:test_mat_cmplx_trans_f16
872 test matrix cholesky decomposition:test_mat_cholesky_dpo_f16
Ddesc.txt3402 test matrix add:test_mat_add_f32
3403 test matrix sub:test_mat_sub_f32
3404 test matrix scale:test_mat_scale_f32
3405 test matrix transpose:test_mat_trans_f32
3406 test matrix inverse:test_mat_inverse_f32
3408 test matrix complex transpose:test_mat_cmplx_trans_f32
3409 test matrix cholesky decomposition:test_mat_cholesky_dpo_f32
3412 test matrix LDL decomposition DPO:test_mat_ldl_f32
3413 test matrix LDL decomposition SDPO:test_mat_ldl_f32
3446 test matrix add:test_mat_add_q31
[all …]
Dbench_f16.txt467 group Matrix Operators with one matrix size {
536 group Matrix Operators with two matrix sizes {
Dbench.txt1317 group Matrix Operators with one matrix size {
1535 group Matrix Operators with two matrix sizes {
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dtestdsp2.py404 q=Quaternion(matrix=mat)
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/kws_example/
Dkws.ipynb677 …"The confusion matrix is generated from the test patterns to check the behavior of the classifier:"
823 …e above with scikit-learn, we are checking the result with the confusion matrix and the score. It …
902 …"It will be very similar to the implemenattion above with matrix but will instead use the CMSIS-DS…