aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/grappler_item.cc
Commit message (Expand)AuthorAge
* Add allowed optimizations to GrapplerItem.Gravatar Eugene Zhulenev2018-10-01
* Misc. small optimizations in Grappler and shape inference code.Gravatar A. Unique TensorFlower2018-04-12
* Make sure the nodes that are refered to by a collection are preserved during anGravatar Benoit Steiner2018-02-20
* Log more info about the ill-formed node in ComputeTransitiveFanin.Gravatar Max Galkin2018-01-25
* Preserve fetch nodes.Gravatar Yao Zhang2017-11-21
* Skip generating input / output properties for _Send and _Recv ops if those opsGravatar A. Unique TensorFlower2017-11-10
* Made sure the save/restore op is preserved during optimizationGravatar Benoit Steiner2017-10-03
* List the save/restore nodes in the set of nodes to preserveGravatar Benoit Steiner2017-09-21
* Added preliminary support for arithmetic simplificationsGravatar Benoit Steiner2017-08-16
* Prune nodes that won't be run. This makes subsequent optimizers faster since ...Gravatar Benoit Steiner2017-08-02
* Misc grappler improvements:Gravatar Benoit Steiner2017-08-01
* Added a tool to report the static information that can be extracted from a TF...Gravatar Benoit Steiner2017-06-26
* Made sure that the nodes listed as feed, fetch and init_op exist in the graph.Gravatar Benoit Steiner2017-06-14
* Added a new IsVariable function to detect op variablesGravatar Benoit Steiner2017-04-14
* Added a method to grappler_item to return all the variables accessed duringGravatar Benoit Steiner2017-03-23
* Moved the function that converts metagraphdef into grappler item to its ownGravatar Benoit Steiner2017-03-17
* Integrated the grappler optimizers in TensorFlow.Gravatar Benoit Steiner2017-03-17
* 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