aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/arithmetic_optimizer_test.cc
Commit message (Expand)AuthorAge
* [Grappler] Add RemoveStackStridedSliceSameAxis optimizer.Gravatar Eugene Brevdo2018-10-10
* Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* Clean up remove_negation pass in Grappler.Gravatar A. Unique TensorFlower2018-09-18
* [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* Extend hoisting monotonic functions out of min/max reductions to all monotoni...Gravatar A. Unique TensorFlower2018-09-04
* Fix bug in hoisting monotonic functions out of reductions: Do not change the ...Gravatar A. Unique TensorFlower2018-08-30
* Make sure the output values are same before and after graph optimization.Gravatar A. Unique TensorFlower2018-08-06
* Convert exp(x)-1 into expm1(x).Gravatar A. Unique TensorFlower2018-07-31
* Automated rollback of commit 6874e1ef40c4189d96c105227f60b507953f95d3Gravatar A. Unique TensorFlower2018-07-09
* UnaryOpsComposition arithmetic optimizer.Gravatar Eugene Zhulenev2018-06-29
* Convert exp(x-1) into expm1(x).Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 201190626Gravatar A. Unique TensorFlower2018-06-19
* Automated g4 rollback of changelist 201069367Gravatar Jingyue Wu2018-06-19
* Fix bug in RemoveIdempotent optimizer stage.Gravatar A. Unique TensorFlower2018-06-18
* Optimize max/min reductions over monotonic functionsGravatar A. Unique TensorFlower2018-06-16
* Convert log(x+1) to log1p(x).Gravatar A. Unique TensorFlower2018-06-14
* Disable removing pairs of transposes across chains, while debugging breakage ...Gravatar A. Unique TensorFlower2018-06-14
* Automated g4 rollback of changelist 197562826Gravatar A. Unique TensorFlower2018-06-05
* Move fold-transpose and fold-conjugate optimizations into stages.Gravatar Eugene Zhulenev2018-06-05
* Move SimplifyAggregation to separate aggregation stage.Gravatar Eugene Zhulenev2018-06-05
* Move ReplaceMulWithSquare to a separate optimizer stage.Gravatar Eugene Zhulenev2018-06-05
* Extract FoldMultiplyIntoConv optimization stage.Gravatar A. Unique TensorFlower2018-06-01
* Move reorder-cast-and-transpose optimization to optimization stage.Gravatar A. Unique TensorFlower2018-05-31
* Move RemodeRedundantReshape optimization to a separate stage.Gravatar A. Unique TensorFlower2018-05-31
* Improve ReshapeIsIdentity to work with symbolic shapes.Gravatar Jingyue Wu2018-05-30
* Move RemoveInvolution optimization to optimizer stage.Gravatar A. Unique TensorFlower2018-05-30
* Automated g4 rollback of changelist 197868028Gravatar A. Unique TensorFlower2018-05-24
* Automated g4 rollback of changelist 197477959Gravatar A. Unique TensorFlower2018-05-24
* Automated g4 rollback of changelist 197527651Gravatar A. Unique TensorFlower2018-05-22
* convert Pow op into something that is more recognizable, so we can have furtherGravatar A. Unique TensorFlower2018-05-22
* Add arithmetic optimizer stage that removes LogicalNot that takes a compariso...Gravatar A. Unique TensorFlower2018-05-21
* Enable optimizations submitted during pre-NIPS freeze:Gravatar A. Unique TensorFlower2018-05-17
* ArithmeticOptimizer assumes valid feeds in aggressive mode.Gravatar Jingyue Wu2018-05-11
* Remove cancelling pairs of transposes that are separated by a non-branching c...Gravatar A. Unique TensorFlower2018-05-10
* Add EvaluateNodes to tests: AddOpsRewrite_AddOpsOfIdenticalShape, AddOpsRewri...Gravatar A. Unique TensorFlower2018-05-10
* Add EvaluateNodes to tests: RemoveIdentityTransposesMultipleOutputs, RemoveTr...Gravatar A. Unique TensorFlower2018-05-07
* Add EvaluateNodes to HoistFactorDiv test.Gravatar A. Unique TensorFlower2018-05-07
* Optimize idempotent ops, e.g., Snapshot(Snapshot(x)) => Snapshot(x)Gravatar A. Unique TensorFlower2018-05-04
* Enable unary chain hoisting optimization for concat/split/splitv by default.Gravatar A. Unique TensorFlower2018-05-03
* Implement unary chain hoisting optimization for Concat, Split, and SplitV.Gravatar A. Unique TensorFlower2018-04-30
* Adds optimization to convert division of sqrt to multiplication of rsqrtGravatar A. Unique TensorFlower2018-04-26
* Implement hoisting of common prefix of unary ops to concat.Gravatar A. Unique TensorFlower2018-04-24
* Make sure that same nodes are not optimized as part of multiple groups.Gravatar A. Unique TensorFlower2018-04-14
* Adds support for hoisting out common denominator in arithmetic_optimizerGravatar A. Unique TensorFlower2018-04-10
* Minimize broadcasts by rewriting a sub-tree of binary associative ops (Add, M...Gravatar A. Unique TensorFlower2018-04-09
* Fixed handling of control dependencies in the arithmethic optimizerGravatar Benoit Steiner2018-04-04
* run evaluate nodes on parts of arithmetic optimizer tests.Gravatar A. Unique TensorFlower2018-04-04
* Rewrite Add/AddN subgraph, minimizing number of required broadcasts.Gravatar A. Unique TensorFlower2018-04-02
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* add EvaluateNodes to OpDedupping test.Gravatar A. Unique TensorFlower2018-03-25