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; }