From 94adec3594eb5c5a8e3ef0b638e2dfcd3519020b Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 26 三月 2024 14:58:48 +0800
Subject: [PATCH] update paraformer-torch

---
 runtime/onnxruntime/src/paraformer-torch.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/runtime/onnxruntime/src/paraformer-torch.cpp b/runtime/onnxruntime/src/paraformer-torch.cpp
index 934a0ea..bdfd0ee 100644
--- a/runtime/onnxruntime/src/paraformer-torch.cpp
+++ b/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;
 }

--
Gitblit v1.9.1