| runtime/onnxruntime/src/funasrruntime.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
runtime/onnxruntime/src/funasrruntime.cpp
@@ -378,7 +378,6 @@ if (wfst_decoder){ wfst_decoder->StartUtterance(); } vector<string> msgs = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle, batch_in); vector<string> msg_batch = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle, batch_in); for(int idx=0; idx<batch_in; idx++){ string msg = msg_batch[idx];