aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/grappler_item_builder_test.cc
Commit message (Expand)AuthorAge
* Add support for explicit fetches when creating grappler itemsGravatar A. Unique TensorFlower2018-09-27
* Don't inline functions in the grappler item builder since this part of the co...Gravatar Benoit Steiner2018-03-16
* Replace the unknown dimension of signature input when building grappler items.Gravatar Yuefeng Zhou2018-03-13
* Don't let the grappler item builder fail if the graph contains unknown customGravatar Benoit Steiner2018-03-12
* In Grappler item builder, support inferring fetch nodes from siganture defs.Gravatar Yuefeng Zhou2018-02-28
* 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
* Set the type of the placeholder nodes creating when importing a functionGravatar Benoit Steiner2018-01-11
* Added a utility function to create a grappler item from a function definitionGravatar Benoit Steiner2018-01-10
* Fix support for functions to grappler items.Gravatar A. Unique TensorFlower2017-12-18
* Support overriding asset path;Gravatar Yuefeng Zhou2017-08-28
* Made sure that the nodes listed as feed, fetch and init_op exist in the graph.Gravatar Benoit Steiner2017-06-14
* 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