update paraformer-torch

This commit is contained in:
雾聪 2024-03-26 14:58:48 +08:00
parent 6bbbf14c00
commit 94adec3594

View File

@ -359,6 +359,7 @@ string ParaformerTorch::Forward(float* din, int len, bool input_finished, const
}
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;
}