yhliang
2023-04-18 d13218de97912d41538fb52c910e1ff7347599e0
funasr/runtime/onnxruntime/src/paraformer_onnx.h
@@ -8,6 +8,7 @@
    class ModelImp : public Model {
    private:
        int fft_size=512;
        float *fft_input;
        fftwf_complex *fft_out;
        fftwf_plan plan;