aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/decode_csv_op.cc
Commit message (Expand)AuthorAge
* Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* [tf.data] Add parameter for select_cols in tf.decode_csv for option to parse ...Gravatar Rachel Lim2018-04-09
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Add attribute "use_quote_delim" to decode_csv, to allow handling csv fieldsGravatar Eugene Brevdo2017-05-25
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Continuing to eliminate int64->32 implicit conversion warnings and return mor...Gravatar David G. Andersen2016-05-02
* fix implicit int64 to int32 conversionGravatar Jianmin Chen2016-03-18
* Change safe_strto32 and safe_strto64 to accept StringPiece. Updates callers toGravatar A. Unique TensorFlower2016-03-11
* Add bounds check in DecodeCsvOp for when a quoted string is not closed.Gravatar A. Unique TensorFlower2016-03-08
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06