lingyunfly
2023-05-18 19f4fae784210e85421ae2f8dcd0fbbd1eb2ad3e
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