Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_11.py98 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,None) variable
101 assert_allclose(referenceDistance,dtwDistance)
150 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,w) variable
153 assert_allclose(referenceDistance,dtwDistance)