Searched refs:scheduler (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | scheduler.h | 18 extern uint32_t scheduler(int *error,const q15_t *window,
|
D | kws.ino | 31 #include "scheduler.h" 78 nb = scheduler(&error,window,coef_q15,coef_shift,intercept_q15,intercept_shift);
|
D | scheduler.cpp | 72 uint32_t scheduler(int *error,const q15_t *window, in scheduler() function
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | sched.py | 43 def scheduler(input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift): function
|
D | kws.ipynb | 1630 "from cmsisdsp.sdf.scheduler import *" 1872 …generating the C++ schedule that we will need for the Arduino implementation : `kws/scheduler.cpp`" 2014 "nb,error = s.scheduler(dataQ15,windowQ15,coef_q15,coef_shift,intercept_q15,intercept_shift)"
|
/cmsis-dsp-latest/ |
D | PythonWrapper_README.md | 256 * More flexibility in the compute graph to specify the additional arguments of the scheduler and no… 285 …r. The `#ifdef` at beginning of the custom header should be different for different scheduler names
|