雾聪
2024-03-26 94adec3594eb5c5a8e3ef0b638e2dfcd3519020b
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;
}