Yabin Li
2023-05-08 cf2ac1ff7b628abe6a7b43d41c3c3e0c1f7f470f
funasr/runtime/onnxruntime/src/commonfunc.h
@@ -6,6 +6,12 @@
    float  snippet_time;
}FUNASR_RECOG_RESULT;
typedef struct
{
    std::vector<std::vector<int>>* segments;
    float  snippet_time;
}FUNASR_VAD_RESULT;
#ifdef _WIN32
#include <codecvt>