aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/op_types.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit 5f308cb408eb46ec9af0546be6b9ae1d5166b185Gravatar A. Unique TensorFlower2018-10-08
* Optimize PinToHostOptimizer by adding cache, also add PinToHostOptimizer to b...Gravatar A. Unique TensorFlower2018-10-08
* PinToHostOptimizer: Refactored code. Update blacklist. Added recursive lookba...Gravatar A. Unique TensorFlower2018-10-03
* Add allowed optimizations to GrapplerItem.Gravatar Eugene Zhulenev2018-10-01
* [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
* Convert exp(x)-1 into expm1(x).Gravatar A. Unique TensorFlower2018-07-31
* Automated rollback of commit 6874e1ef40c4189d96c105227f60b507953f95d3Gravatar A. Unique TensorFlower2018-07-09
* 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
* Add ScopedAllocatorOptimizer in support of CollectiveReduce.Gravatar A. Unique TensorFlower2018-05-25
* add maxpoolgrad transposer for layout optimizer.Gravatar A. Unique TensorFlower2018-05-24
* Mark queue related ops as having side effectGravatar Benoit Steiner2018-05-24
* Optimize multiplications by constants in more cases.Gravatar Benoit Steiner2018-05-21
* Use Identity instead of Snapshot when the graph does not contain ops that mod...Gravatar A. Unique TensorFlower2018-05-11
* 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
* Optimized the analysis of rank and size operations.Gravatar Benoit Steiner2018-05-02
* Relax the stringent memory allocator constraints in AssignOp if a Grappler gr...Gravatar A. Unique TensorFlower2018-05-01
* Simplified shape inference.Gravatar Benoit Steiner2018-05-01
* Adds optimization to convert division of sqrt to multiplication of rsqrtGravatar A. Unique TensorFlower2018-04-26
* Automated g4 rollback of changelist 192536085Gravatar A. Unique TensorFlower2018-04-26
* Automated g4 rollback of changelist 194261487Gravatar A. Unique TensorFlower2018-04-25
* Automated g4 rollback of changelist 194186080Gravatar A. Unique TensorFlower2018-04-25
* Automated g4 rollback of changelist 194180248Gravatar A. Unique TensorFlower2018-04-24
* Enable concat hoisting optimization by default.Gravatar A. Unique TensorFlower2018-04-24
* Implement hoisting of common prefix of unary ops to concat.Gravatar A. Unique TensorFlower2018-04-24
* 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
* Expand list of value-preserving ops. This will increase the number of graphs ...Gravatar A. Unique TensorFlower2018-04-10
* Remove 'Print' in DebugStripper.Gravatar A. Unique TensorFlower2018-04-07
* Turn no-op split/splitv operators into identity.Gravatar A. Unique TensorFlower2018-04-03
* Add support for resource variablesGravatar Benoit Steiner2018-04-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Implement strip CheckNumerics in DebugStripper.Gravatar A. Unique TensorFlower2018-03-30
* Add IsSquare bool to the grappler op_types.Gravatar A. Unique TensorFlower2018-03-28
* Make the CSE ("node deduping") pass in ArithmeticOptimizer more robust in the...Gravatar A. Unique TensorFlower2018-03-26
* Simple rewrite to remove negation nodes.Gravatar A. Unique TensorFlower2018-03-19
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-14
* Turn trivial Pack ops with a single input into ExpandDims ops to avoid copyin...Gravatar A. Unique TensorFlower2018-03-12
* Move optimizations to arithmetic optimizer stagesGravatar A. Unique TensorFlower2018-03-09
* Automated g4 rollback of changelist 188501394Gravatar A. Unique TensorFlower2018-03-09
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-09
* Treat IdentityN nodes with a single input as regular Identity nodes.Gravatar Benoit Steiner2018-03-08
* Remove unnecessary stack operations from graphs. This change implements the f...Gravatar A. Unique TensorFlower2018-02-28
* Make sure rounding and handling of denormals in Grappler is the same as in Te...Gravatar A. Unique TensorFlower2018-02-26