Fix code style issues (#774)

This commit is contained in:
Fangjun Kuang
2024-04-16 09:46:15 +08:00
committed by GitHub
parent 81b7f1d529
commit 6bf2099781
20 changed files with 45 additions and 57 deletions

View File

@@ -168,7 +168,7 @@ class OnlineRecognizer {
*
* @param warmup Number of warmups.
* @param mbs : max-batch-size Max batch size for the models
*/
*/
void WarmpUpRecognizer(int32_t warmup, int32_t mbs) const;
/** Decode multiple streams in parallel