Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-11-27 10:36:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-11-27 10:36:16 +0800
Commit
109fb799cafa8178054a227ecb637d41036270e3
109fb799
1 parent
21012272
fix building for Android (#1568)
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
sherpa-onnx/csrc/online-transducer-model.cc
sherpa-onnx/csrc/online-transducer-model.cc
查看文件 @
109fb79
...
...
@@ -206,7 +206,7 @@ std::unique_ptr<OnlineTransducerModel> OnlineTransducerModel::Create(
#if __ANDROID_API__ >= 9
template
std
::
unique_ptr
<
OnlineTransducerModel
>
OnlineTransducerModel
::
Create
(
Manager
*
mgr
,
const
OnlineModelConfig
&
config
);
AAsset
Manager
*
mgr
,
const
OnlineModelConfig
&
config
);
#endif
#if __OHOS__
...
...
请
注册
或
登录
后发表评论