From 8cd93a1fc77e8a4a119f248ec0eb9018a74f728b Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期二, 21 三月 2023 19:41:40 +0800
Subject: [PATCH] asr_inference pipeline supports combine tp model

---
 funasr/runtime/onnxruntime/include/librapidasrapi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/include/librapidasrapi.h b/funasr/runtime/onnxruntime/include/librapidasrapi.h
index e9ab87a..a83098f 100644
--- a/funasr/runtime/onnxruntime/include/librapidasrapi.h
+++ b/funasr/runtime/onnxruntime/include/librapidasrapi.h
@@ -88,6 +88,7 @@
 
 _RAPIDASRAPI void			RapidAsrUninit(RPASR_HANDLE Handle);
 
+_RAPIDASRAPI const float	RapidAsrGetRetSnippetTime(RPASR_RESULT Result);
 
 #ifdef __cplusplus 
 

--
Gitblit v1.9.1