aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/example_parsing_ops.cc
Commit message (Expand)AuthorAge
* Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* [tf.data] Add `tf.contrib.data.parse_single_example()`.Gravatar Derek Murray2017-12-20
* Fix vector/scalar typos in sequence example parser error messages. Old code ...Gravatar A. Unique TensorFlower2017-07-14
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* 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
* Allow empty tf.Features in the FeatureLists for sparse sequence examples.Gravatar A. Unique TensorFlower2017-01-06
* Portability fixes for various kernels.Gravatar Derek Murray2016-09-21
* 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
* Add C++ shape inference functions for ParseExample andGravatar A. Unique TensorFlower2016-08-11
* Exclude json parsing from android_all_ops.Gravatar A. Unique TensorFlower2016-07-21
* Add C++ shape inference functions for a couple parsing_ops.Gravatar A. Unique TensorFlower2016-07-21
* Parse tf.Example using arena allocation. Dense string benchmark shows 10-20% ...Gravatar A. Unique TensorFlower2016-07-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Adjust unit cost estimate for example_parsing_ops. The estimate was (mainly, ...Gravatar A. Unique TensorFlower2016-05-26
* Set upper limit on the number of the number dense features to std::numeric_li...Gravatar A. Unique TensorFlower2016-05-24
* int64->32 fixes. Notable fixes: Have listdiff return an explicit error insteadGravatar David G. Andersen2016-05-23
* Multi-thread ParseExample on CPU to decrease latency by up to 75%.Gravatar A. Unique TensorFlower2016-04-28
* Refactor TF Example helpers to use vectorsGravatar A. Unique TensorFlower2016-04-26
* Factor helper methods out of ExampleParserOpGravatar A. Unique TensorFlower2016-04-22
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Rollback of "Change tensorflow code to use proto_text for DebugString andS ho...Gravatar A. Unique TensorFlower2016-04-19
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-19
* Re-use allocated Example proto across entries in the batch.Gravatar David G. Andersen2016-04-01
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Adds `tf.decode_json_example()` op that parses JSON into binary Example protos.Gravatar Derek Murray2016-01-20
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: upstream latest changes to git.Gravatar Vijay Vasudevan2015-12-06
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06