yhliang
2023-05-11 1d1ef01b4e23630a99a3be7e9d1dce9550a793e9
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