雾聪
2023-06-28 54931dd4e1a099d7d6f144c4e12e5453deb3aa26
funasr/runtime/onnxruntime/src/vocab.h
@@ -7,6 +7,7 @@
#include <vector>
using namespace std;
namespace funasr {
class Vocab {
  private:
    vector<string> vocab;
@@ -22,4 +23,5 @@
    string Vector2StringV2(vector<int> in);
};
} // namespace funasr
#endif