Taras Glek commited on
Commit
70c8984
·
unverified ·
1 Parent(s): f19517c

stream : flush upon finishing inference (#811)

Browse files
Files changed (1) hide show
  1. examples/stream/stream.cpp +1 -0
examples/stream/stream.cpp CHANGED
@@ -383,6 +383,7 @@ int main(int argc, char ** argv) {
383
  }
384
  }
385
  }
 
386
  }
387
  }
388
 
 
383
  }
384
  }
385
  }
386
+ fflush(stdout);
387
  }
388
  }
389