aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/optimizer_cse.cc
Commit message (Expand)AuthorAge
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-27
* Avoid direct access to Node::def() where some other method works.Gravatar A. Unique TensorFlower2017-07-31
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Don't eliminate placeholders during constant subexpression elimination optimi...Gravatar A. Unique TensorFlower2017-06-18
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Small tidy-up. Fix the comment on the combination of CSE and control flow.Gravatar Yuan Yu2016-11-17
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Refactor the logic to apply optimization into a common module.Gravatar A. Unique TensorFlower2016-02-03
* 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: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06