Home
last modified time | relevance | path

Searched full:checking (Results 1 – 21 of 21) sorted by relevance

/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h88 * \par Size Checking
89 * By default all of the matrix functions perform size checking on the input and
100 * There is some overhead associated with this matrix size checking.
101 * The matrix size checking is enabled via the \#define
106 * and size checking is enabled. By changing the project settings and
107 * undefining this macro size checking is eliminated and the functions
108 * run a bit faster. With size checking disabled the functions always
171 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
184 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
197 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
[all …]
Dmatrix_functions_f16.h62 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
75 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
87 * or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
98 * or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
110 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
133 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
146 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
/cmsis-dsp-latest/Testing/FrameworkSource/
DError.cpp512 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
515 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
522 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
528 /* Checking for a NAN value in SNR */ in arm_snr_f32()
546 /* Checking for a NAN value in pRef array */ in arm_snr_f16()
549 /* Checking for a NAN value in pTest array */ in arm_snr_f16()
556 /* Checking for a NAN value in EnergyError */ in arm_snr_f16()
562 /* Checking for a NAN value in SNR */ in arm_snr_f16()
595 /* Checking for a NAN value in SNR */ in arm_snr_q63()
626 /* Checking for a NAN value in SNR */ in arm_snr_q31()
[all …]
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Dmath_helper.c72 /* Checking for a NAN value in pRef array */ in arm_snr_f32()
81 /* Checking for a NAN value in pTest array */ in arm_snr_f32()
93 /* Checking for a NAN value in EnergyError */ in arm_snr_f32()
/cmsis-dsp-latest/.github/workflows/
Druntest.yaml101 echo "Checking output..."
Druncpptest.yaml107 echo "Checking output..."
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_f32.c70 * When matrix size checking is enabled, the functions check: (1) that the inner dimensions of
284 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
546 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
882 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
Darm_mat_mult_f64.c49 * When matrix size checking is enabled, the functions check: (1) that the inner dimensions of
66 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
Darm_mat_mult_q7.c48 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
Darm_mat_mult_f16.c50 …M_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
Darm_mat_cmplx_mult_f32.c43 When matrix size checking is enabled, the functions check:
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmainpage.md97 - Define macro ARM_MATH_MATRIX_CHECK for checking on the input and output sizes of matrices
/cmsis-dsp-latest/Testing/Source/Tests/
DUnaryTestsF16.cpp33 But big matrix needed for checking the vectorized code */
DUnaryTestsF64.cpp349 So, we limit to 2 float64 for checking out of buffer write.
DUnaryTestsF32.cpp41 But big matrix needed for checking the vectorized code */
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb823 …"And like in the code above with scikit-learn, we are checking the result with the confusion matri…