- 21 Nov, 2019 1 commit
-
-
Dero Gharibian authored
Note that during the transition period tstring is typedef'ed to std::string. See: https://github.com/tensorflow/community/pull/91
-
- 28 Aug, 2017 1 commit
-
-
Jay Young authored
example_pos_ is the cursor to current position when reading the corpus file. When corpus file is very big, the corpus_size_ may bigger than max of int32, then example_pos_ became negative, and cause `corpus_[example_pos_]` to `Segmentation Fault`.
-
- 10 Dec, 2016 1 commit
-
-
Neal Wu authored
-