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