aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/graph_optimizer.cc
Commit message (Expand)AuthorAge
* Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
* Roll forward change "Skip control flow functionalization if there is no Switc...Gravatar Tong Shen2018-10-04
* Skip SymbolicGradientOp when doing constant folding in control flow functiona...Gravatar Tong Shen2018-09-26
* Enable passing CSE consider_fn through GraphOptimizer::Optimize call.Gravatar Jacques Pienaar2018-01-12
* Added max_folded_constant_in_bytes field in OptimizationConfig. This optionGravatar A. Unique TensorFlower2017-10-26
* Fix non-deterministic bug in constant folding. The shape_map was a map from N...Gravatar A. Unique TensorFlower2017-09-07
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Clean up constant-folder API. No functional changes.Gravatar Peter Hawkins2017-04-27
* Replace OpRegistryInterface* with FunctionLibraryDefinition in Graph.Gravatar Skye Wanderman-Milne2017-03-16
* Deal with parallel concat as a registered graph optimization pass.Gravatar A. Unique TensorFlower2017-01-18
* Simplifications and cleanups in the implementation of ParallelConcatGravatar A. Unique TensorFlower2017-01-17
* Add support for passes that run post-partitioning to OptimizationRegistry.Gravatar Peter Hawkins2017-01-14
* Makes the ops used by ParallelConcat internal.Gravatar A. Unique TensorFlower2017-01-13
* Do parallel_stack as a graph rewrite instead of python code.Gravatar A. Unique TensorFlower2017-01-13
* More small tidy-up. Remove a log message that is not quite correct.Gravatar Yuan Yu2016-11-20
* Adds a test tf.Assert inside a function.Gravatar A. Unique TensorFlower2016-09-30
* Using Session's environment in optimization functionsGravatar A. Unique TensorFlower2016-08-11
* Fix issue where the wrong version of the function library was used after part...Gravatar A. Unique TensorFlower2016-08-02
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* Make ReplaceTensorWithConstant function public.Gravatar A. Unique TensorFlower2016-02-18
* Refactor the logic to apply optimization into a common module.Gravatar A. Unique TensorFlower2016-02-03