Skip to content

Commit

Permalink
stream : flush upon finishing inference (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Glek committed Apr 23, 2023
1 parent 2bd4b8d commit 02ec83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stream/stream.cpp
Expand Up @@ -383,6 +383,7 @@ int main(int argc, char ** argv) {
}
}
}
fflush(stdout);
}
}

Expand Down

0 comments on commit 02ec83c

Please sign in to comment.