hnluo
2023-05-31 4ce2e2d76c66ddecd6903f4ffce98eaba675c685
funasr/runtime/onnxruntime/src/vocab.cpp
@@ -10,6 +10,7 @@
using namespace std;
namespace funasr {
Vocab::Vocab(const char *filename)
{
    ifstream in(filename);
@@ -151,3 +152,5 @@
{
    return vocab.size();
}
} // namespace funasr