公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix name
shixian.shi
2023-04-27
3c0a9fb7c1bd642f3370d406fca81ff50ae9bc82
[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]);
}