aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler
Commit message (Expand)AuthorAge
* [Grappler] Add RemoveStackStridedSliceSameAxis optimizer.Gravatar Eugene Brevdo2018-10-10
* Automated rollback of commit 950cf87104bfee28e2165fe368f66337b8a1336dGravatar A. Unique TensorFlower2018-10-10
* Add support for modeling fast memory close to the processor/gpuGravatar A. Unique TensorFlower2018-10-09
* [tf.data vectorization] Add vectorizer for `Add` opGravatar Rachel Lim2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* [tf.data vectorization] Handle captured inputs in MapVectorization optimizationGravatar Rachel Lim2018-10-09
* Change LOG(WARNING) to VLOG(1) in utilsGravatar Peter Ma2018-10-09
* Automated rollback of commit 5f308cb408eb46ec9af0546be6b9ae1d5166b185Gravatar A. Unique TensorFlower2018-10-08
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* Automated rollback of commit 07df147ab20c4a5329148e5fb5f7f6b187cb73a4Gravatar Reed Wanderman-Milne2018-10-08
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Add timeout mechanism to Grappler meta optimizer. This is only a best-effort ...Gravatar A. Unique TensorFlower2018-10-08
* Enable PinToHostOptimizer.Gravatar A. Unique TensorFlower2018-10-08
* Optimize PinToHostOptimizer by adding cache, also add PinToHostOptimizer to b...Gravatar A. Unique TensorFlower2018-10-08
* [tf.data vectorization] Feed inputs to vectorizers with notion of stackednessGravatar Rachel Lim2018-10-05
* 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