From 345900442dbe0d36294690a494f59f58b279318e Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 28 十一月 2024 15:50:21 +0800
Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR merge

---
 runtime/onnxruntime/src/util.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/runtime/onnxruntime/src/util.h b/runtime/onnxruntime/src/util.h
index bb4e21a..89dacf6 100644
--- a/runtime/onnxruntime/src/util.h
+++ b/runtime/onnxruntime/src/util.h
@@ -49,6 +49,7 @@
 std::string TimestampSmooth(std::string &text, std::string &text_itn, std::string &str_time);
 std::string TimestampSentence(std::string &text, std::string &str_time);
 std::vector<std::string> split(const std::string &s, char delim);
+std::vector<std::string> SplitStr(const std::string &s, string delimiter);
 
 template<typename T>
 void PrintMat(const std::vector<std::vector<T>> &mat, const std::string &name);

--
Gitblit v1.9.1