chore: update online-stream.h (#1264)

Fix typos.
This commit is contained in:
Ikko Eltociear Ashimine
2024-08-16 16:17:15 +09:00
committed by GitHub
parent fbe35ba736
commit a3e98750e9

View File

@@ -56,7 +56,7 @@ class OnlineStream {
* @param frame_index The starting frame index * @param frame_index The starting frame index
* @param n Number of frames to get. * @param n Number of frames to get.
* @return Return a 2-D tensor of shape (n, feature_dim). * @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; std::vector<float> GetFrames(int32_t frame_index, int32_t n) const;