Open
Description
Three issues:
- This causes overflow:
neuralSPOT/neuralspot/ns-nnsp/src/nn_speech.c
Line 138 in e9af256
Fixed:
just comment it. - Pointer error for specs:
Fixed:
mac = interproduct_32x16(specs+start_bin, (int16_t*) p_melBanks, len);
- Error for missing () before casting :
Fixed:
(int16_t*) (ps->odataBuffer + ps->hop),
Metadata
Metadata
Assignees
Labels
No labels