aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/constant_folding.h
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
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Extract the EvaluateConstantTensorForEdge method from ShapeRefiner.Gravatar Skye Wanderman-Milne2018-03-05
* [TF:XLA] Making constant folding deterministic.Gravatar Yunxing Dai2018-02-05
* 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
* Initialize shape_map field in constant folding options.Gravatar A. Unique TensorFlower2017-08-03
* 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
* Create Graph Transform Tool for rewriting model files.Gravatar Pete Warden2016-12-21
* 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
* Fixed the declaration of ReplaceTensorWithConstant.Gravatar Manjunath Kudlur2016-04-03
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* Make ReplaceTensorWithConstant function public.Gravatar A. Unique TensorFlower2016-02-18
* Added constant folding optimization pass.Gravatar Manjunath Kudlur2016-01-25