aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/testlib.cc
Commit message (Expand)AuthorAge
* [tf.data] Add internal optimizations for executing simple functions in `MapDa...Gravatar Derek Murray2018-09-04
* Automated rollback of commit a00fba38681fa28d6d20cd730fe362864b819a0dGravatar Gunhan Gulsoy2018-08-14
* Automated rollback of commit cea262e16a004d73295259c42f21e2655da3df13Gravatar Gunhan Gulsoy2018-08-14
* Move HostConstantOp kernels from testlib to core/kernels.Gravatar Gunhan Gulsoy2018-08-14
* Add test that checks all core ops have shape functions.Gravatar Skye Wanderman-Milne2018-02-21
* Merge changes from github.Gravatar Michael Case2018-02-07
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* 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
* 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
* 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
* Change function library to use a runner passed in from the Run call, instead ofGravatar A. Unique TensorFlower2016-06-01
* 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
* 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: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06