Committed by
GitHub
chore: update online-stream.h (#1264)
Fix typos.
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -56,7 +56,7 @@ class OnlineStream { | @@ -56,7 +56,7 @@ class OnlineStream { | ||
| 56 | * @param frame_index The starting frame index | 56 | * @param frame_index The starting frame index |
| 57 | * @param n Number of frames to get. | 57 | * @param n Number of frames to get. |
| 58 | * @return Return a 2-D tensor of shape (n, feature_dim). | 58 | * @return Return a 2-D tensor of shape (n, feature_dim). |
| 59 | - * which is flattened into a 1-D vector (flattened in in row major) | 59 | + * which is flattened into a 1-D vector (flattened in row major) |
| 60 | */ | 60 | */ |
| 61 | std::vector<float> GetFrames(int32_t frame_index, int32_t n) const; | 61 | std::vector<float> GetFrames(int32_t frame_index, int32_t n) const; |
| 62 | 62 |
-
请 注册 或 登录 后发表评论