公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update
shixian.shi
2023-05-04
c91430542e219463b12530145cc338d26ef7c358
[python/FunASR-XL.git]
/
funasr
/
runtime
/
onnxruntime
/
third_party
/
glog
/
src
/
package_config_unittest
/
working_config
/
glog_package_config.cc
1
2
3
4
5
6
#include <glog/logging.h>
int main(int /*argc*/, char** argv)
{
google::InitGoogleLogging(argv[0]);
}