雾聪
2024-03-26 94adec3594eb5c5a8e3ef0b638e2dfcd3519020b
update paraformer-torch
1个文件已修改
1 ■■■■ 已修改文件
runtime/onnxruntime/src/paraformer-torch.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | 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;
}