aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/grappler_item_builder.cc
Commit message (Expand)AuthorAge
* Add support for explicit fetches when creating grappler itemsGravatar A. Unique TensorFlower2018-09-27
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* 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
* Make sure the nodes that are refered to by a collection are preserved during anGravatar Benoit Steiner2018-02-20
* 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
* Add default values of attributes that might have been stripped byGravatar Benoit Steiner2017-12-08
* Always instantiate default attribute values when building a grappler item: thisGravatar Benoit Steiner2017-12-08
* Turned a verbose log into a vlogGravatar Benoit Steiner2017-11-30
* Silenced noisy logGravatar Benoit Steiner2017-11-28
* Don't try to feed placeholder with default. Instead we rely on the defaultGravatar Benoit Steiner2017-11-27
* Minor change: extra logging to help understand the effects of OptimizeGraph a...Gravatar Max Galkin2017-10-20
* 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
* Simplify some code in grappler_item_builder.cc, no change in logic.Gravatar A. Unique TensorFlower2017-09-12
* Support overriding asset path;Gravatar Yuefeng Zhou2017-08-28
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* Add save and restore op in grappler item;Gravatar Yuefeng Zhou2017-08-15
* Don't force inlining of functions marked no-inlineGravatar Benoit Steiner2017-08-01
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Call AddDefaultAttrsToGraphDef() in grappler_item_builder.cc with op_registryGravatar A. Unique TensorFlower2017-07-25
* Add default attrs to the graph def for inlining code in Grappler.Gravatar A. Unique TensorFlower2017-07-21
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Properly handle partially known placeholder shapesGravatar Benoit Steiner2017-06-28
* Avoid doing unecessary work in the OptimizeGraph() function whenever possibleGravatar Benoit Steiner2017-06-23
* Don't crash if a metagraph fails to load.Gravatar Benoit Steiner2017-06-23
* Made sure that the nodes listed as feed, fetch and init_op exist in the graph.Gravatar Benoit Steiner2017-06-14
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Wipe out previous shape inference result when importing a grappler itemGravatar Benoit Steiner2017-06-01
* Update placeholder nodes' shapes in the GraphDef to reflect manually specifie...Gravatar A. Unique TensorFlower2017-06-01
* 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
* If placeholder_unknown_output_shape is defined, replaces all unknown placehol...Gravatar A. Unique TensorFlower2017-05-19
* Add function inlining support to Grappler.Gravatar A. Unique TensorFlower2017-05-18
* Improved support for lookup tables. These tables are often initialized from l...Gravatar Benoit Steiner2017-04-26
* Started a set of utilities to categorize op typesGravatar Benoit Steiner2017-04-05
* Moved the function that converts metagraphdef into grappler item to its ownGravatar Benoit Steiner2017-03-17