aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/testlib.h
Commit message (Expand)AuthorAge
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* [tf.data] Add internal optimizations for executing simple functions in `MapDa...Gravatar Derek Murray2018-09-04
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Tensor roll op implementation (#14953)Gravatar Jean Flaherty2018-01-29
* Add GPU support and improve performance for tf.diag and tf.diag_part (#13666)Gravatar Jinze Bai2017-10-20
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Change Tensorflow constant_folding_test.cc to use the C++ graph building API ...Gravatar Peter Hawkins2017-04-27
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Add optimized reverse kernel for reversing rows of a 3D tensor. This is used inGravatar A. Unique TensorFlower2017-01-11
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Add ConcatV2 test helper methodGravatar Ben Lee2016-12-13
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Parallelize inner matrix multiplications of BatchMatMul on CPU when appropriate.Gravatar A. Unique TensorFlower2016-09-23
* Automated rollback of change 134025273Gravatar A. Unique TensorFlower2016-09-22
* Parallelize inner matrix multiplications of BatchMatMul on CPU when appropriate.Gravatar A. Unique TensorFlower2016-09-22
* Update deprecation comment to point to new C++ API.Gravatar A. Unique TensorFlower2016-08-08
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-19
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-18
* tfdb: Debug nodes inserterGravatar Shanqing Cai2016-07-15
* Add conv2d to testlib.Gravatar Jianmin Chen2016-07-01
* Added more ops to testlib.Gravatar Jianmin Chen2016-06-24
* Adds tf.random_gamma(shape, alpha, beta) to tf core.Gravatar A. Unique TensorFlower2016-06-09
* Rewriting training graph to simulate the precision loss for quantized inference.Gravatar Jianmin Chen2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Do not add large constants (> 10M) to the graph while constant folding.Gravatar Manjunath Kudlur2016-04-15
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Rollback of "Adds GPU kernel for gather ops."Gravatar A. Unique TensorFlower2016-03-03
* Rollback of "Adds GPU kernel for gather ops."Gravatar Vijay Vasudevan2016-03-01
* Adds GPU kernel for gather ops.Gravatar A. Unique TensorFlower2016-03-01
* Fix bit rot in random op benchmarksGravatar Geoffrey Irving2016-02-10
* TensorFlow C++ tests: Add a HostConstant to testlib.Gravatar Eugene Brevdo2016-02-08
* Fixed constant folding to handle nodes with multiple outputs.Gravatar Manjunath Kudlur2016-01-27
* Fixed constant folding to handle nodes with multiple outputs.Gravatar A. Unique TensorFlower2016-01-27
* Fixed constant folding to handle nodes with multiple outputs.Gravatar Manjunath Kudlur2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: a few small updates.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06