aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/constant_folding_test.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
* 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
* Also set FTZ/rounding modes in ConstantFold()Gravatar Benjamin Kramer2018-08-23
* Fix segfault in ConstantFolding::MaterializeShapes when the first input to Te...Gravatar A. Unique TensorFlower2018-06-15
* 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
* Enable optimizations submitted during pre-NIPS freeze:Gravatar A. Unique TensorFlower2018-05-17
* Use Identity instead of Snapshot when the graph does not contain ops that mod...Gravatar A. Unique TensorFlower2018-05-11
* 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
* Extract OptimizeGraph function in meta-optimizer.Gravatar A. Unique TensorFlower2018-04-24
* Updating tests in constant_folding_test.cc so that the tests evaluate the ori...Gravatar A. Unique TensorFlower2018-04-24
* Updating tests in constant_folding_test.cc so that they Evaluate the optimize...Gravatar A. Unique TensorFlower2018-04-19
* Automated g4 rollback of changelist 193369280Gravatar A. Unique TensorFlower2018-04-18
* Updating some more tests in constant_folding_test.cc so that the tests evalua...Gravatar A. Unique TensorFlower2018-04-18
* Updating tests containing graphs with Variables so that they Evaluate the ori...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
* Updating three tests in constant_folding_test.cc with PlaceHolders Nodes to c...Gravatar A. Unique TensorFlower2018-04-09
* Materialize tensor array sizes whenever possibleGravatar Benoit Steiner2018-04-06
* Enable constant propagation across Enter nodes, but only if is_constant is true.Gravatar A. Unique TensorFlower2018-04-04
* run evaluate nodes on parts of arithmetic optimizer tests.Gravatar A. Unique TensorFlower2018-04-04
* Turn no-op split/splitv operators into identity.Gravatar A. Unique TensorFlower2018-04-03
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Prevent infinite loop in constant folding when materializing broadcast gradie...Gravatar A. Unique TensorFlower2018-03-29
* Updating a test in constant_folding_test.cc that uses a graph with placeholde...Gravatar A. Unique TensorFlower2018-03-29
* Updating tests in constant_folding_test.cc so that it evaluates the optimized...Gravatar A. Unique TensorFlower2018-03-28
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* Updating test so that it evaluates the optimized and original graph and check...Gravatar A. Unique TensorFlower2018-03-27
* bug fix: evaluate nodes before swap the original graphGravatar A. Unique TensorFlower2018-03-25
* Temporarily disable constant folding past Enter, since a few breakages have b...Gravatar A. Unique TensorFlower2018-03-21
* Enable constant folding optimizations in loop bodies by copying constants acr...Gravatar A. Unique TensorFlower2018-03-15
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-14
* Enable arithmetic optimizations for Fill nodes that are all zeros or ones.Gravatar A. Unique TensorFlower2018-03-13
* Turn trivial Pack ops with a single input into ExpandDims ops to avoid copyin...Gravatar A. Unique TensorFlower2018-03-12
* Turn the following ops into Identity.Gravatar A. Unique TensorFlower2018-03-10
* Automated g4 rollback of changelist 188501394Gravatar A. Unique TensorFlower2018-03-09
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-09
* Fix bug in updating NodeMap when materializing shapes from ShapeN.Gravatar A. Unique TensorFlower2018-03-08
* Implement partial constant propagation through IdentityN.Gravatar A. Unique TensorFlower2018-03-01
* Implement partial constant folding of AddN and AccumulateNV2.Gravatar A. Unique TensorFlower2018-02-27
* Arithemtic optimization: Rewite Sub(0, y) => Neg(y)Gravatar A. Unique TensorFlower2018-02-26
* Enable constant propagation across Switch(x,x) by rewriting the two outputs a...Gravatar A. Unique TensorFlower2018-02-22
* Added a regression test to make sure we deal with large constants properlyGravatar Benoit Steiner2018-02-22
* Change node to Identity operation for shuffle/reverse operations on scalar va...Gravatar A. Unique TensorFlower2018-02-21
* Automated g4 rollback of changelist 185072479Gravatar A. Unique TensorFlower2018-02-15