aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler
Commit message (Expand)AuthorAge
* Fix bug in Grappler constant folding: The logic detecting full reductions was...Gravatar A. Unique TensorFlower2018-10-04
* [tf.data] Add a notion of `captured args` to MapDefunGravatar Rachel Lim2018-10-04
* Add ability to vectorize nodes that do not derive from function arguments. (T...Gravatar Rachel Lim2018-10-04
* PinToHostOptimizer: Refactored code. Update blacklist. Added recursive lookba...Gravatar A. Unique TensorFlower2018-10-03
* [tf.data] Add utility to deduplicate graph node names (after vectorization)Gravatar Rachel Lim2018-10-03
* Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* Automated rollback of commit cb98ceba9cff8c10ee3c7e89dc8925c88b28118eGravatar A. Unique TensorFlower2018-10-01
* Add allowed optimizations to GrapplerItem.Gravatar Eugene Zhulenev2018-10-01
* 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