aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/utils_test.cc
Commit message (Expand)AuthorAge
* Optimize ParseNodeNameAsStringPiece and related functions, since they are the...Gravatar A. Unique TensorFlower2018-09-27
* Use less memory by only storing pointers to ops that feed inplace ops.Gravatar A. Unique TensorFlower2018-09-25
* Speed up DedupComputation in arithmetic optimizer.Gravatar A. Unique TensorFlower2018-09-24
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* Enable Add/AddN tree rewrite for symbolically equal shapes.Gravatar A. Unique TensorFlower2018-03-14
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* Backward pass implementation for fusion optimizer.Gravatar A. Unique TensorFlower2018-02-05
* Get rid of some code duplication in Grappler optimizers by refactoring some u...Gravatar A. Unique TensorFlower2017-11-21
* Add a control dependency optimizer to Grappler.Gravatar A. Unique TensorFlower2017-11-14
* Fold fetch nodes.Gravatar Yao Zhang2017-09-21
* Use slash after node prefix. It produces better organized graphs in tensorboard.Gravatar Yuefeng Zhou2017-04-22
* Sleep forever to trigger the timeout consistentlyGravatar Benoit Steiner2017-03-16
* - Makes SingleMachine::Run(...) thread-safe.Gravatar Vinu Rajashekhar2017-03-16
* Add a function to initialize a tensor and a utility function to add a prefix ...Gravatar Yao Zhang2017-03-08
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08