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-06-12 16:47:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-06-12 15:47:44 +0800
Commit
155f22d511d17a93626b76fab73ae2d92a2e180a
155f22d5
1 parent
6c12590d
Update features.h (#994)
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
sherpa-onnx/csrc/features.h
sherpa-onnx/csrc/features.h
查看文件 @
155f22d
...
...
@@ -119,7 +119,7 @@ class FeatureExtractor {
* @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
;
...
...
请
注册
或
登录
后发表评论