aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/function_optimizer_test.cc
Commit message (Expand)AuthorAge
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* Skip errors in function optimizer if optimized graph was not modified before ...Gravatar A. Unique TensorFlower2018-05-30
* add test for pruning useless function lib in graph.Gravatar A. Unique TensorFlower2018-05-08
* Specialize functions only once per unique context.Gravatar A. Unique TensorFlower2018-05-07
* Push down const inputs into the function of specialized functions.Gravatar A. Unique TensorFlower2018-04-30
* Remove unused function from FunctionDefLibrary.Gravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 193605910Gravatar A. Unique TensorFlower2018-04-20
* Optimize Graph function library.Gravatar A. Unique TensorFlower2018-04-19
* Create specialized functions in optimized graph for each function instantiati...Gravatar A. Unique TensorFlower2018-04-18
* Import FunctionDef as GrapplerFunctionItemGravatar A. Unique TensorFlower2018-04-11
* Added an option to inline all functions in aggressive mode.Gravatar Benoit Steiner2018-04-05
* Inline nested function calls.Gravatar A. Unique TensorFlower2018-04-04
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* Don't fail when optimizing the gradients of noinline functionsGravatar Benoit Steiner2018-03-16
* Symbolic gradient optimizationGravatar Benoit Steiner2018-03-15
* Made sure all the nodes in the body of an inlined function run in the same frameGravatar Benoit Steiner2018-03-06
* Properly handle the case of functions with no inputsGravatar Benoit Steiner2018-03-02
* Take into account the return value mapping of functionsGravatar Benoit Steiner2018-03-02
* Added support for optimization of functions with fixed input/output typesGravatar Benoit Steiner2018-03-01
* Register the function optimizer in the meta optimizer. Made sure it's turned ...Gravatar Benoit Steiner2018-02-27
* Function optimization: added an optimizer to automatically inline functions i...Gravatar Benoit Steiner2018-02-27