aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib
Commit message (Expand)AuthorAge
...
* Add SSIM and PSNR functions to tf.image.Gravatar A. Unique TensorFlower2018-03-08
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* Add bfloat16 support for CPU ops.Gravatar A. Unique TensorFlower2018-03-02
* Add bfloat16 random_op for CPU.Gravatar A. Unique TensorFlower2018-02-28
* Add unit tests for context propagation in ThreadPool and a benchmark for Para...Gravatar Jonathan Hseu2018-02-27
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Call png_error if reading failsGravatar David G. Andersen2018-02-14
* Merge changes from github.Gravatar Michael Case2018-02-07
* Eliminate crash on a 'no error' return from DecodeGif when parsing an invalidGravatar David G. Andersen2018-01-30
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Fully qualify string methods to avoid future conflicts with Abseil.Gravatar A. Unique TensorFlower2018-01-16
* Add reservoir sampling to DB summary writerGravatar Justine Tunney2018-01-11
* Set SQLite page_size to 4096 by defaultGravatar Justine Tunney2018-01-11
* Remove smart pointers from SQLite veneerGravatar Justine Tunney2018-01-09
* Make SQLite veneer betterGravatar Justine Tunney2018-01-05
* Add Snappy support to SQLiteGravatar Justine Tunney2018-01-03
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* A fast "pow" function for positive integer exponentsGravatar A. Unique TensorFlower2017-12-18
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* [XLA:CPU] Implement Ax+b dot output fusion for Matrix-vector productsGravatar Sanjoy Das2017-12-13
* Fully-qualify function call in TF_CHECK_OK macro implementation, so that it canGravatar A. Unique TensorFlower2017-12-12
* Tune SQLiteGravatar Justine Tunney2017-12-11
* Fix a bug in string to number conversion code.Gravatar Gunhan Gulsoy2017-12-07
* Changed tensorflow::StringPiece default constructor to set data_ to nullptr i...Gravatar A. Unique TensorFlower2017-12-04
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Extract out a MathUtil::GCD helperGravatar Sanjoy Das2017-11-30
* Add bool value type support for gauge metrics.Gravatar A. Unique TensorFlower2017-11-28
* Remove old pre-C++11 non-portable helper code.Gravatar A. Unique TensorFlower2017-11-27
* Removed deprecated Hasher alias from StringPiece.Gravatar A. Unique TensorFlower2017-11-27
* Update metric library to allow non-literal strings.Gravatar A. Unique TensorFlower2017-11-27
* Changed StringPiece::Hasher to StringPieceHasher in stringpiece_test. This wi...Gravatar A. Unique TensorFlower2017-11-22
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Changed StringPiece::Hasher to StringPieceHasher in various places. This will...Gravatar A. Unique TensorFlower2017-11-21
* Removed forward declarations of tensorflow::StringPiece so that it may more e...Gravatar A. Unique TensorFlower2017-11-21
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece (to tens...Gravatar A. Unique TensorFlower2017-11-20
* Added tests for tensorflow::StringPiece::Hasher.Gravatar A. Unique TensorFlower2017-11-17
* [tf.data] Saveable iterator for TFRecordDatasetOp.Gravatar A. Unique TensorFlower2017-11-16
* fix a typo in the comment.Gravatar A. Unique TensorFlower2017-11-14
* Fixed a bug in tensorflow::str_util::CUnescape. Added a str util test thatGravatar A. Unique TensorFlower2017-11-14
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Gauge API for monitoring.Gravatar A. Unique TensorFlower2017-11-13