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
Ikko Eltociear Ashimine
2024-08-16 16:17:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-08-16 15:17:15 +0800
Commit
a3e98750e96922f0ff44050a75405c6fb2ec28aa
a3e98750
1 parent
fbe35ba7
chore: update online-stream.h (#1264)
Fix typos.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
sherpa-onnx/csrc/online-stream.h
sherpa-onnx/csrc/online-stream.h
查看文件 @
a3e9875
...
...
@@ -56,7 +56,7 @@ class OnlineStream {
* @param frame_index The starting frame index
* @param n Number of frames to get.
* @return Return a 2-D tensor of shape (n, feature_dim).
* which is flattened into a 1-D vector (flattened in
in
row major)
* which is flattened into a 1-D vector (flattened in row major)
*/
std
::
vector
<
float
>
GetFrames
(
int32_t
frame_index
,
int32_t
n
)
const
;
...
...
请
注册
或
登录
后发表评论