aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/constant_folding.cc
Commit message (Expand)AuthorAge
* Fix bug in Grappler constant folding: The logic detecting full reductions was...Gravatar A. Unique TensorFlower2018-10-04
* Don't crash on Pack nodes with no axis argument set.Gravatar A. Unique TensorFlower2018-09-21
* Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* Merge multiple concat into one.Gravatar A. Unique TensorFlower2018-08-31
* Automated rollback of commit 7805e23c8416fe4ccccb48c37199a5631bee6d51Gravatar Guangda Lai2018-08-31
* Support shape [1 C 1 1] for associative operator optimization with Conv2DGravatar A. Unique TensorFlower2018-08-24
* Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* Fix segfault in ConstantFolding::MaterializeShapes when the first input to Te...Gravatar A. Unique TensorFlower2018-06-15
* Fixed a bug introduced by cl/197941474.Gravatar Benoit Steiner2018-06-01
* Add control dependencies to the correct graph when simplifying packing ops.Gravatar Benoit Steiner2018-05-30
* Extracts the 'remove split or splitv nodes' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-29
* Extracts the 'remove shuffle or transpose node' optimization into its own met...Gravatar A. Unique TensorFlower2018-05-29
* Extracts the 'remove random shuffle node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-26
* Extracts the 'remove reverse node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-25
* Extracts the 'simplify slice' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-25
* Extracts the 'simplify strided slice' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-25
* Extracts the 'simplify tile node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the 'simplify pad node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the 'simplify squeeze node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the Simplify Pack optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the 'Move Constants Past Enter Node' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the 'switch with same input' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-24
* Extracts the SimplifyReduction optimization into its own method.Gravatar A. Unique TensorFlower2018-05-23
* Extracts the SimplifyReshape optimization into its own method.Gravatar A. Unique TensorFlower2018-05-23
* Optimize more reductionsGravatar Benoit Steiner2018-05-21
* Optimize multiplications by constants in more cases.Gravatar Benoit Steiner2018-05-21
* Extend optimization of Slice operator to StridedSlice.Gravatar A. Unique TensorFlower2018-05-21
* Extracts the following optimizations into methods:Gravatar A. Unique TensorFlower2018-05-18
* Enable optimizations submitted during pre-NIPS freeze:Gravatar A. Unique TensorFlower2018-05-17
* Extracts the following optimizations into methods:Gravatar A. Unique TensorFlower2018-05-14
* Use Identity instead of Snapshot when the graph does not contain ops that mod...Gravatar A. Unique TensorFlower2018-05-11
* Break out node loop from ConstantFolding::SimplifyGraph.Gravatar Rob Sloan2018-05-10
* Extracts PartialAssocOpConstFolding into a method.Gravatar A. Unique TensorFlower2018-05-10
* Extracts PartialConcatConstFolding into a method.Gravatar A. Unique TensorFlower2018-05-07
* Optimize LogicalOr and LogicalAnd with all true or false inputs:Gravatar A. Unique TensorFlower2018-05-02
* Automated g4 rollback of changelist 192536085Gravatar A. Unique TensorFlower2018-04-26
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Misc. small optimizations in Grappler and shape inference code.Gravatar A. Unique TensorFlower2018-04-12
* Automated g4 rollback of changelist 192516190Gravatar A. Unique TensorFlower2018-04-11
* Extend support to remove transpose/reverse on dimensions of size 1.Gravatar A. Unique TensorFlower2018-04-11
* Materialize tensor array sizes whenever possibleGravatar Benoit Steiner2018-04-06
* Fix regression caused by cl/191020868: Re-use materialized shapes for other b...Gravatar A. Unique TensorFlower2018-04-05
* Enable constant propagation across Enter nodes, but only if is_constant is true.Gravatar A. Unique TensorFlower2018-04-04
* Fold more constantsGravatar Benoit Steiner2018-04-03
* Turn no-op split/splitv operators into identity.Gravatar A. Unique TensorFlower2018-04-03
* Prevent infinite loop in constant folding when materializing broadcast gradie...Gravatar A. Unique TensorFlower2018-03-29
* Don't access properties in case they're not presentGravatar Benoit Steiner2018-03-28