From 7c5703ffdd2d356210efc5917da02e85a0a66b87 Mon Sep 17 00:00:00 2001 From: lyblsgo <lyblsgo@163.com> Date: 星期一, 08 五月 2023 19:12:29 +0800 Subject: [PATCH] rename api names --- funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp b/funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp index e2f8ee5..76624e7 100644 --- a/funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp +++ b/funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp @@ -10,7 +10,7 @@ #endif #include <glog/logging.h> -#include "libfunasrapi.h" +#include "funasrruntime.h" #include "tclap/CmdLine.h" #include "com-define.h" -- Gitblit v1.9.1