aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler
Commit message (Expand)AuthorAge
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Open source graph analyzer.Gravatar Yao Zhang2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Assert closeness of output values instead of equality in layout optimizer testsGravatar Smit Hinsu2018-07-19
* Merge commit for internal changesGravatar Mingxing Tan2018-06-20
|\
| * Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
| * Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
* | Potential fix to layout_optimizer_test.pyGravatar Michael Case2018-05-31
|/
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Optimize idempotent ops, e.g., Snapshot(Snapshot(x)) => Snapshot(x)Gravatar A. Unique TensorFlower2018-05-04
* Simplify file reading and support SavedModel.Gravatar Yao Zhang2018-05-03
* Mark all nodes processed by AddOpsRewrite/MinBCast stages with a tag.Gravatar A. Unique TensorFlower2018-05-02
* Use the default rewriter config instead of a custom oneGravatar Benoit Steiner2018-04-30
* Run 2 passes of rewrites by defaultGravatar Benoit Steiner2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* A single measurement is enough when using simulationGravatar Benoit Steiner2018-04-06
* Enable constant propagation across Enter nodes, but only if is_constant is true.Gravatar A. Unique TensorFlower2018-04-04
* Fix a shape inference bug.Gravatar Benoit Steiner2018-04-03
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* Fixed the interaction between virtual cluster and measuring cost estimator.Gravatar Benoit Steiner2018-03-27
* Added an option to run shape analysis assuming the shapes of the feed nodes areGravatar Benoit Steiner2018-03-21
* Don't inline functions in the grappler item builder since this part of the co...Gravatar Benoit Steiner2018-03-16
* Remove underscore prefix from ref_identity op.Gravatar Anna R2018-03-14
* Automated g4 rollback of changelist 187582263Gravatar A. Unique TensorFlower2018-03-02
* Automated g4 rollback of changelist 187563544Gravatar Gunhan Gulsoy2018-03-01
* Grappler: Change memory optimizer recomputation name prefix into a regexp. Th...Gravatar A. Unique TensorFlower2018-03-01
* Sampling group embeddings for each child.Gravatar Rui Zhao2018-03-01
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Fix print format error.Gravatar Rui Zhao2018-02-26
* Preserve user placement as much as possible when optimizing the graphGravatar Benoit Steiner2018-02-23
* Measure the performance of the original placement to ensure that we preserve itGravatar Benoit Steiner2018-02-22
* Started to open source the RL placer.Gravatar Benoit Steiner2018-02-21
* Ensured that the model pruner outputs the nodes of the optimized graph in aGravatar Benoit Steiner2018-02-21
* Temporarily disabled part of a test that fails on MacOSGravatar Benoit Steiner2018-02-21
* Make sure the nodes that are refered to by a collection are preserved during anGravatar Benoit Steiner2018-02-20
* Shorten grappler per-node report by default with previous behavior behind --v...Gravatar A. Unique TensorFlower2018-02-20
* Support multiple fetch nodes and add a flag for memory report.Gravatar Yao Zhang2018-02-20
* Made cost_analyzer_tool accept fetch nodes when running with metagraph option...Gravatar A. Unique TensorFlower2018-02-16
* Automated g4 rollback of changelist 185072479Gravatar A. Unique TensorFlower2018-02-15
* Fix a bug to update reduction axes for all supported cases. Turn off layoutGravatar Yao Zhang2018-02-14
* Support reduction with true keep_dims and squeeze along NHW dimensions.Gravatar Yao Zhang2018-02-12
* Do not convert layout for Select if condition input is of unknown shape.Gravatar Yao Zhang2018-02-10
* Only convert format if input is of layout-agnostic type.Gravatar Yao Zhang2018-02-08
* Add memory usage report to cost analyzer tool; run all default optimizations.Gravatar Yao Zhang2018-02-08
* Set the number of warmup steps for building the cost model.Gravatar Yao Zhang2018-02-07
* Support parsing from text and fused op in contrib.Gravatar Yao Zhang2018-02-05
* Enable aggressive identity node pruning in dependency optimizer.Gravatar A. Unique TensorFlower2018-02-05
* Disable graph optimizations (CSE) in test so that constant nodes are not dedu...Gravatar Yao Zhang2018-02-02