aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing.cc
Commit message (Expand)AuthorAge
* Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* [tf.data] Add feature statistics collection hooks to the tf.Example parsers.Gravatar Derek Murray2018-08-07
* Add a batch sequence example parsing op, part 1.Gravatar Patrik Sundberg2018-08-04
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Revert change to ParseBytesList that failed on some platforms.Gravatar Derek Murray2017-12-20
* [tf.data] Add `tf.contrib.data.parse_single_example()`.Gravatar Derek Murray2017-12-20
* PiperOrigin-RevId: 170752644Gravatar A. Unique TensorFlower2017-10-02
* Log actual type with sparse feature parsing errorsGravatar Brian Williammee2017-08-15
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Typo fix for data type mismatch error.Gravatar A. Unique TensorFlower2017-03-20
* Identify and fix bug in handling of variable-length data in ExampleParserOp.Gravatar Eugene Brevdo2017-03-17
* Tolerate unrecognized top-level fields in fast Example parsing.Gravatar A. Unique TensorFlower2017-02-09
* Add support for variable major dimension in dense features in example parser ...Gravatar Eugene Brevdo2017-02-07
* parse_example_op dense_shape attribute TensorShape -> PartialTensorShape.Gravatar Eugene Brevdo2017-01-31
* Type information in error logging for ParseExample.Gravatar A. Unique TensorFlower2016-12-01
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Fix windows build.Gravatar Patrick Nguyen2016-10-26
* example_proto_fast_parsing now parses directly into the pre-allocated Tensor ...Gravatar A. Unique TensorFlower2016-10-26
* Pre-allocate expected vector size when parsing fixed line [Float|Byte|Int]Lists.Gravatar A. Unique TensorFlower2016-10-19
* A few micro-optimizations / cleanup in tensorflow/core.Gravatar A. Unique TensorFlower2016-10-07
* Make concatenated example parsing semantics identical to standard parser.Gravatar A. Unique TensorFlower2016-09-23
* Support fast parsing of concatenated serialized tf.Examples.Gravatar Kiril Gorovoy2016-09-15
* Remove uses of type `uint` since it is not defined on all platforms.Gravatar Derek Murray2016-09-14
* Further improve performance of ParseExample fixing regression on specific ben...Gravatar A. Unique TensorFlower2016-09-07
* Updated TensorFlow to account for change in protobuf C++ int64 type (part 2)Gravatar A. Unique TensorFlower2016-08-31
* Implement fast ParseExample.Gravatar A. Unique TensorFlower2016-08-25
* Automated rollback of change 130775324Gravatar A. Unique TensorFlower2016-08-19
* Implement fast ParseExample.Gravatar A. Unique TensorFlower2016-08-19