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
2023-06-04 23:03:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-06-04 23:03:22 +0800
Commit
8fad17c87e8dfa7a956c033faf4596aabb5ba7bf
8fad17c8
1 parent
fdd49d05
Fix iOS build (#167)
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
swift-api-examples/SherpaOnnx.swift
swift-api-examples/SherpaOnnx.swift
查看文件 @
8fad17c
...
...
@@ -35,6 +35,7 @@ func sherpaOnnxOnlineTransducerModelConfig(
joiner
:
String
,
tokens
:
String
,
numThreads
:
Int
=
2
,
provider
:
String
=
"cpu"
,
debug
:
Int
=
0
)
->
SherpaOnnxOnlineTransducerModelConfig
{
return
SherpaOnnxOnlineTransducerModelConfig
(
...
...
@@ -43,6 +44,7 @@ func sherpaOnnxOnlineTransducerModelConfig(
joiner
:
toCPointer
(
joiner
),
tokens
:
toCPointer
(
tokens
),
num_threads
:
Int32
(
numThreads
),
provider
:
toCPointer
(
provider
),
debug
:
Int32
(
debug
)
)
}
...
...
请
注册
或
登录
后发表评论