正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -119,7 +119,7 @@ class FeatureExtractor { | @@ -119,7 +119,7 @@ class FeatureExtractor { | ||
| 119 | * @param frame_index The starting frame index | 119 | * @param frame_index The starting frame index |
| 120 | * @param n Number of frames to get. | 120 | * @param n Number of frames to get. |
| 121 | * @return Return a 2-D tensor of shape (n, feature_dim). | 121 | * @return Return a 2-D tensor of shape (n, feature_dim). |
| 122 | - * which is flattened into a 1-D vector (flattened in in row major) | 122 | + * which is flattened into a 1-D vector (flattened in row major) |
| 123 | */ | 123 | */ |
| 124 | std::vector<float> GetFrames(int32_t frame_index, int32_t n) const; | 124 | std::vector<float> GetFrames(int32_t frame_index, int32_t n) const; |
| 125 | 125 |
-
请 注册 或 登录 后发表评论