aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler
Commit message (Expand)AuthorAge
* Disable PinToHostOptimizer for NoOp.Gravatar A. Unique TensorFlower2018-09-29
* Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
* Add a rewrite_config option to disable meta_optimizer.Gravatar A. Unique TensorFlower2018-09-28
* [tf.data] Use Graph instead of GraphDef/FunctionDef for vectorization transformsGravatar Rachel Lim2018-09-28
* Optimize ParseNodeNameAsStringPiece and related functions, since they are the...Gravatar A. Unique TensorFlower2018-09-27
* Fix support for custom optimizers in explicit scheduleGravatar A. Unique TensorFlower2018-09-27
* Add support for explicit fetches when creating grappler itemsGravatar A. Unique TensorFlower2018-09-27
* Misc. micro-optimizations in Grappler optimizers.Gravatar A. Unique TensorFlower2018-09-26
* [tf.data] Small utils cleanup to expose generic functionGravatar Rachel Lim2018-09-26
* Hoisting RandomUniform out of functionsGravatar Piotr Padlewski2018-09-26
* Bug fix for OpOutputPortIdToArgId, include type_list_attr.Gravatar A. Unique TensorFlower2018-09-25
* 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
* Merge pull request #21000 from ROCmSoftwarePlatform:upstream-staging-gpu-comm...Gravatar TensorFlower Gardener2018-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
* | Improve static shape inference in grappler by propagating tensors_as_shapes b...Gravatar Doe Hyun Yoon2018-09-12
* | Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
* | 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
* | Replace Placeholder with Const to GrapplerFunctionItem for function shape inf...Gravatar Doe Hyun Yoon2018-09-06
* | libc++ fix: make comparison functors constGravatar A. Unique TensorFlower2018-09-05
* | Move GrapplerFunctionItem arguments.Gravatar Piotr Padlewski2018-09-04
* | Extend hoisting monotonic functions out of min/max reductions to all monotoni...Gravatar A. Unique TensorFlower2018-09-04