公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
c++ onnxruntime supports loading configs from model files
lyblsgo
2023-03-27
bf3a1f11054e0215a6b24720359055e46d409ec9
[python/FunASR-XL.git]
/
funasr
/
runtime
/
onnxruntime
/
third_party
/
yaml-cpp
/
test
/
main.cpp
1
2
3
4
5
6
#include "gtest/gtest.h"
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}