雾聪
2024-01-15 167d74d5982160b6e1819666af5c128ee353ca50
runtime/onnxruntime/src/tokenizer.cpp
@@ -53,8 +53,8 @@
        SetJiebaRes(jieba_dict_trie_, jieba_model_);
    }else {
        jieba_dict_trie_ = NULL;
        jieba_model_ = NULL;
        jieba_dict_trie_ = nullptr;
        jieba_model_ = nullptr;
    }
}