aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/function_optimizer.cc
Commit message (Expand)AuthorAge
* Add graphdef version number to GrapplerFunctionItem.Gravatar Doe Hyun Yoon2018-08-23
* 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
* Use the right attributes when creating placeholder nodes.Gravatar Benoit Steiner2018-05-22
* Resolve inlined function input/output types from GrapplerFunctionItem.Gravatar A. Unique TensorFlower2018-05-14
* Use utility methods to compute AttrValue hash code and check for equality.Gravatar A. Unique TensorFlower2018-05-14
* Replace SymbolicGradientEnv with FunctionOptimizerContext.Gravatar A. Unique TensorFlower2018-05-10
* 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
* Optimize functions in the function library.Gravatar A. Unique TensorFlower2018-04-26
* 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
* Automated g4 rollback of changelist 191761109Gravatar A. Unique TensorFlower2018-04-05
* Inline more functionsGravatar Benoit Steiner2018-04-05
* Inline nested function calls.Gravatar A. Unique TensorFlower2018-04-04
* Automated g4 rollback of changelist 191385909Gravatar Gunhan Gulsoy2018-04-02
* Deleted a special caseGravatar Benoit Steiner2018-04-02
* Improved the performance of the function optimizer.Gravatar Benoit Steiner2018-03-20
* Turned on gradient optimization by defaultGravatar Benoit Steiner2018-03-19
* Don't fail when optimizing the gradients of noinline functionsGravatar Benoit Steiner2018-03-16
* Symbolic gradient optimizationGravatar Benoit Steiner2018-03-15
* Check for the value of the _XlaCompile boolean since xla often creates it withGravatar Benoit Steiner2018-03-14
* Turn on function optimization by defaultGravatar Benoit Steiner2018-03-12
* 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
* Properly handle inlining failuresGravatar Benoit Steiner2018-02-27
* 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