aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers
Commit message (Expand)AuthorAge
* [tf.data] Small utils cleanup to expose generic functionGravatar Rachel Lim2018-09-26
* Hoisting RandomUniform out of functionsGravatar Piotr Padlewski2018-09-26
* Fix a bug in debug_stripper.Gravatar Jingyue Wu2018-09-25
* Swap Const ops back to GPU greedily.Gravatar A. Unique TensorFlower2018-09-25
* Use less memory by only storing pointers to ops that feed inplace ops.Gravatar A. Unique TensorFlower2018-09-25
* Disable PinToHostOptimizer for any TPU graphs.Gravatar A. Unique TensorFlower2018-09-24
* Speed up DedupComputation in arithmetic optimizer.Gravatar A. Unique TensorFlower2018-09-24
* Turn on PinToHostOptimizer by default.Gravatar A. Unique TensorFlower2018-09-24
* Fix noop elimination optimization.Gravatar Piotr Padlewski2018-09-23
* Add blacklist ops to PinToHostOptimizer. Fix test.Gravatar A. Unique TensorFlower2018-09-23
* Merge pull request #22453 from samikama:custom_optimizer_orderingGravatar TensorFlower Gardener2018-09-22
|\
* | Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
* | Don't crash on Pack nodes with no axis argument set.Gravatar A. Unique TensorFlower2018-09-21
* | [tf.data] Add a ConverterRegistry for vectorization convertersGravatar Rachel Lim2018-09-21
| * Minor style fix.Gravatar drpngx2018-09-21
| * Add possibility to include default optimizers in custom optimizer listGravatar Sami Kama2018-09-21
|/
* Merge pull request #22402 from kitstar:masterGravatar TensorFlower Gardener2018-09-20
|\
* | [tf.data] Some vectorization cleanupGravatar Rachel Lim2018-09-20
* | Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* | [tf.data] Use vectorization_utils::VectorizeMapDefun in MapVectorization opti...Gravatar Rachel Lim2018-09-20
| * Fix typo error in grapper remapper optimizer.Gravatar Cheng CHEN2018-09-20
|/
* Remove LOG(INFO) in MetaOptimizer:Optimize as this currently produces a large...Gravatar A. Unique TensorFlower2018-09-19
* [tf.data] MapVectorization optimization: C++ conversion framework to vectoriz...Gravatar Rachel Lim2018-09-19
* Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* Clean up remove_negation pass in Grappler.Gravatar A. Unique TensorFlower2018-09-18
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Add a printout at the start of MetaOptimizer::Optimize() to make it easier t...Gravatar A. Unique TensorFlower2018-09-11
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* Add experimental grappler plugin to selection function implementation at run ...Gravatar Scott Zhu2018-09-10
* Re-enable identity transpose removal across chains optimization in Grappler.Gravatar A. Unique TensorFlower2018-09-07
* Set meta_optimizer to use custom graph optimizers for both toggling optimizer...Gravatar A. Unique TensorFlower2018-09-06
* Extend hoisting monotonic functions out of min/max reductions to all monotoni...Gravatar A. Unique TensorFlower2018-09-04
* Rollforward of rollback:Gravatar A. Unique TensorFlower2018-09-02
* Automated rollback of commit 9e2ce8f4c483e68309a60dc89739bb1b79b4a12eGravatar A. Unique TensorFlower2018-09-01
* Re-enable hoisting of coeff-wise unary chains out of Split and into Concat.Gravatar A. Unique TensorFlower2018-08-31
* Merge multiple concat into one.Gravatar A. Unique TensorFlower2018-08-31
* Automated rollback of commit 7805e23c8416fe4ccccb48c37199a5631bee6d51Gravatar Guangda Lai2018-08-31
* Fix bug in hoisting monotonic functions out of reductions: Do not change the ...Gravatar A. Unique TensorFlower2018-08-30
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* [tf.data] removing test for obsolete functionalityGravatar Jiri Simsa2018-08-27
* [tf.data] Minor cleanup.Gravatar Jiri Simsa2018-08-27
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Filter fusionGravatar Piotr Padlewski2018-08-24
* Support shape [1 C 1 1] for associative operator optimization with Conv2DGravatar A. Unique TensorFlower2018-08-24
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Add graphdef version number to GrapplerFunctionItem.Gravatar Doe Hyun Yoon2018-08-23
* Also set FTZ/rounding modes in ConstantFold()Gravatar Benjamin Kramer2018-08-23