| runtime/onnxruntime/src/paraformer-torch.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
runtime/onnxruntime/src/paraformer-torch.cpp
@@ -359,6 +359,7 @@ } std::vector<std::vector<float>> ParaformerTorch::CompileHotwordEmbedding(std::string &hotwords) { // TODO std::vector<std::vector<float>> result(1, std::vector<float>(10, 0.0f)); return result; }