You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/ComputeGraph/cg/nodes/cpp
Christophe Favergeon 66ea68b096 Added a dynamic mode to the compute graph.
The compute graph hierarchy (Python and C++) has been modified.
It will break the code using the CG and the include and import will
have to be modified.

New function prepareForRunning is needed in CG nodes even if not used in
static mode. Without this function, code using compute graph won't build.
3 years ago
..
StreamingNodes Added a dynamic mode to the compute graph. 3 years ago
host Added a dynamic mode to the compute graph. 3 years ago
CFFT.h Added a dynamic mode to the compute graph. 3 years ago
ICFFT.h Added a dynamic mode to the compute graph. 3 years ago
InterleavedStereoToMono.h Added a dynamic mode to the compute graph. 3 years ago
MFCC.h Added a dynamic mode to the compute graph. 3 years ago
NullSink.h Added a dynamic mode to the compute graph. 3 years ago
OverlapAndAdd.h Added a dynamic mode to the compute graph. 3 years ago
SlidingBuffer.h Added a dynamic mode to the compute graph. 3 years ago
StreamingSink.h Added a dynamic mode to the compute graph. 3 years ago
StreamingSource.h Added a dynamic mode to the compute graph. 3 years ago
ToComplex.h Added a dynamic mode to the compute graph. 3 years ago
ToReal.h Added a dynamic mode to the compute graph. 3 years ago
Unzip.h Added a dynamic mode to the compute graph. 3 years ago
Zip.h Added a dynamic mode to the compute graph. 3 years ago