aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler
Commit message (Expand)AuthorAge
...
* Fixed the description of the fake GPU device to avoid a division by 0Gravatar Benoit Steiner2018-02-01
* Add an option to input a GraphDef.Gravatar Yao Zhang2018-01-25
* Show friendlier error message on failure in tf_optimizer.iGravatar Max Galkin2018-01-25
* Fix StridedSlice.Gravatar Yao Zhang2018-01-23
* Prune away Identity nodes without regular outputs. (Addresses TODO from cl/17...Gravatar A. Unique TensorFlower2018-01-17
* Sundry small changes to enable the C API in more tests.Gravatar Skye Wanderman-Milne2018-01-11
* Fix a bug in updating NodeMap, where the node name without port number shouldGravatar Yao Zhang2018-01-10
* Handle empty squeeze dimensions.Gravatar Yao Zhang2018-01-09
* Better detect the amount of device memory that's availableGravatar Benoit Steiner2018-01-09
* Fix type attribute name for Cast.Gravatar Yao Zhang2018-01-09
* Use suffix instead of prefix for nodes added by layout optimizer so thatGravatar Yao Zhang2018-01-08
* Support reduction along axis NHW, HW, and C. One use case of "along NHW" is (...Gravatar Yao Zhang2018-01-05
* Support reduction in NWC dimension. One use case of this is layerGravatar Yao Zhang2018-01-05
* Support scalar and vector condition for select.Gravatar Yao Zhang2018-01-04
* Support reduction and histogram summary ops.Gravatar Yao Zhang2018-01-03
* Support begin and end mask for strided slice.Gravatar Yao Zhang2018-01-03
* Support strided slice ops.Gravatar Yao Zhang2018-01-02
* Support tile op.Gravatar Yao Zhang2018-01-02
* Grappler item_test: fix item order dependencyGravatar Shanqing Cai2018-01-02
* Shard and turn on the layout optimizer testGravatar Benoit Steiner2017-12-22
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-22
* No need to and don't add layout transform to control nodes.Gravatar Yao Zhang2017-12-22
* Made hard colocation constraints (i.e constraints that must be met for theGravatar Benoit Steiner2017-12-21
* Support fill op.Gravatar Yao Zhang2017-12-21
* Automated g4 rollback of changelist 179872807Gravatar Anna R2017-12-21
* Adding a test that checks that Grappler is able to infer shapes for core `tf....Gravatar Jiri Simsa2017-12-21
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-21
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* Support max pool v2.Gravatar Yao Zhang2017-12-20
* Support SplitV op.Gravatar Yao Zhang2017-12-20
* Add some unit tests for memory optimizer _recompute_hint Python usage (mostlyGravatar Allen Lavoie2017-12-20
* Support ternary ops.Gravatar Yao Zhang2017-12-20
* Support non-const paddings.Gravatar Yao Zhang2017-12-18
* Added a python API to estimate the performance of HW devicesGravatar Benoit Steiner2017-12-15
* Made the list of op kernels available.Gravatar Benoit Steiner2017-12-14
* Fix missing port number in a few places for shape checking.Gravatar Yao Zhang2017-12-14
* Added the ability to sort important ops topologicallyGravatar Benoit Steiner2017-12-14
* Enable neutral element optimization.Gravatar A. Unique TensorFlower2017-12-14
* Generate a unique name for const used by transpose node, so that we don't use...Gravatar Yao Zhang2017-12-13
* Support Shape and ShapeN ops.Gravatar Yao Zhang2017-12-13
* Simplify the naming of added transpose node. Refactor dimension check and the...Gravatar Yao Zhang2017-12-13
* Added a debug mode to the model analyzer to make it easier to figure out why ...Gravatar Benoit Steiner2017-12-12
* Disable neutral element and reciprocal optimizations again.Gravatar A. Unique TensorFlower2017-12-12
* Enable optimizations of operations with neutral/absorbing elements by default...Gravatar A. Unique TensorFlower2017-12-11
* Always inline functions when creating an item.Gravatar Benoit Steiner2017-12-11
* Use DataFormatVecPermute instead Gather, which is very slow.Gravatar Yao Zhang2017-12-11
* Make sure we serialize the creation and deletion of clusters from python to a...Gravatar Benoit Steiner2017-12-11
* Support non-const input sizes for Conv2DBackpropInput.Gravatar Yao Zhang2017-12-08
* Support non-const axis for split and concat.Gravatar Yao Zhang2017-12-05
* Enable dependency optimizer in Grappler by default.Gravatar A. Unique TensorFlower2017-12-04