aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing_test.cc
Commit message (Collapse)AuthorAge
* Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ↵Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | values. This is necessary in order to replace tensorflow::strings::StrCat with absl::StrCat. PiperOrigin-RevId: 211087745
* [tf.data] Add feature statistics collection hooks to the tf.Example parsers.Gravatar Derek Murray2018-08-07
| | | | PiperOrigin-RevId: 207737913
* Delete unused and buggy code.Gravatar A. Unique TensorFlower2018-05-18
| | | | | | (Note the mistaken argument order of the string constructors.) PiperOrigin-RevId: 197229855
* Update external protobuf codebase versionGravatar A. Unique TensorFlower2018-01-31
| | | | PiperOrigin-RevId: 184006959
* Automated g4 rollback of changelist 182127737Gravatar A. Unique TensorFlower2018-01-16
| | | | PiperOrigin-RevId: 182155292
* Internal Change.Gravatar Michael Case2018-01-16
| | | | PiperOrigin-RevId: 182127737
* PiperOrigin-RevId: 170752644Gravatar A. Unique TensorFlower2017-10-02
|
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
| | | | PiperOrigin-RevId: 158120864
* Tolerate unrecognized top-level fields in fast Example parsing.Gravatar A. Unique TensorFlower2017-02-09
| | | | | Some internal serialization routines use unrecognized field numbers. Change: 147039073
* Make concatenated example parsing semantics identical to standard parser.Gravatar A. Unique TensorFlower2016-09-23
| | | | | Also: factor out common code, improve collision detection, add fuzzer test, add some monitoring. Change: 134127077
* Support fast parsing of concatenated serialized tf.Examples.Gravatar Kiril Gorovoy2016-09-15
| | | | Change: 133282091
* Further improve performance of ParseExample fixing regression on specific ↵Gravatar A. Unique TensorFlower2016-09-07
| | | | | | | | | benchmarks. - Ensure that each thread receives equal piece. - At least 8 threads (given 8 or more examples) and at most 64 - Use InlinedVector Change: 132488652
* Implement fast ParseExample.Gravatar A. Unique TensorFlower2016-08-25
| | | | Change: 131338565
* Automated rollback of change 130775324Gravatar A. Unique TensorFlower2016-08-19
| | | | Change: 130804905
* Implement fast ParseExample.Gravatar A. Unique TensorFlower2016-08-19
Change: 130775324