aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/grappler_item_builder.h
Commit message (Expand)AuthorAge
* Add support for explicit fetches when creating grappler itemsGravatar A. Unique TensorFlower2018-09-27
* Format header guards under tensorflow/core/grappler.Gravatar A. Unique TensorFlower2018-04-26
* Don't inline functions in the grappler item builder since this part of the co...Gravatar Benoit Steiner2018-03-16
* Function optimization: added an optimizer to automatically inline functions i...Gravatar Benoit Steiner2018-02-27
* Added support for nested functionsGravatar Benoit Steiner2018-02-06
* Use the function name as the grappler item idGravatar Benoit Steiner2018-02-06
* Added a utility function to create a grappler item from a function definitionGravatar Benoit Steiner2018-01-10
* Add an option to apply ModelPruner when building a grappler item and an optio...Gravatar Max Galkin2017-10-10
* Add a flag to erase "_noinline" attribute to allow total inlining in Grappler.Gravatar Max Galkin2017-10-10
* Support overriding asset path;Gravatar Yuefeng Zhou2017-08-28
* Avoid doing unecessary work in the OptimizeGraph() function whenever possibleGravatar Benoit Steiner2017-06-23
* Add a standalone cost analysis tool. Improved logging.Gravatar Yao Zhang2017-06-13
* Add flag to determine whether to do L1 optimizations and inline functions. De...Gravatar A. Unique TensorFlower2017-05-31
* Add GraphOptimizer to Grappler item builder to do L1 optimizations andGravatar A. Unique TensorFlower2017-05-26
* Add function inlining support to Grappler.Gravatar A. Unique TensorFlower2017-05-18
* Provide a user-defined default constructor to grappler::ItemConfig to avoid c...Gravatar Shanqing Cai2017-04-26
* Moved the function that converts metagraphdef into grappler item to its ownGravatar Benoit Steiner2017-03-17