aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/graph_properties.h
Commit message (Expand)AuthorAge
* PinToHostOptimizer: Refactored code. Update blacklist. Added recursive lookba...Gravatar A. Unique TensorFlower2018-10-03
* Set shapes and types to queue ops, if not set by enqueue ops.Gravatar A. Unique TensorFlower2018-06-15
* Avoid making a copy of the graph needlesslyGravatar Benoit Steiner2018-05-01
* Simplified shape inference.Gravatar Benoit Steiner2018-05-01
* Format header guards under tensorflow/core/grappler.Gravatar A. Unique TensorFlower2018-04-26
* Run shape inference directly on the graphdef instead of building an intermedi...Gravatar Benoit Steiner2018-04-24
* Simplified shape inference for queuesGravatar Benoit Steiner2018-04-23
* Avoid looking up the shape functions multiple timesGravatar Benoit Steiner2018-04-19
* Don't rely on graph contruction for an initial shape inference.Gravatar Benoit Steiner2018-04-16
* Update GraphProperties commentsGravatar A. Unique TensorFlower2018-03-19
* Deleted dead codeGravatar Benoit Steiner2018-03-16
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-14
* Automated g4 rollback of changelist 188501394Gravatar A. Unique TensorFlower2018-03-09
* Implement partial constant folding for Concat.Gravatar A. Unique TensorFlower2018-03-09
* Added an option to assume that the shape of fed nodes in unknown since any sh...Gravatar Benoit Steiner2017-11-28
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Count the number of loops instead of approximating it.Gravatar Benoit Steiner2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Limit the number of iterations to avoid creating infinite loops if a shapeGravatar Benoit Steiner2017-11-21
* Improved shape inferenceGravatar Benoit Steiner2017-11-17
* Track merged shapes and dimensions more accurately.Gravatar Benoit Steiner2017-11-07
* Refactor function Optimize.Gravatar Yao Zhang2017-11-06
* Improved encoding on shapes in grappler.Gravatar Benoit Steiner2017-11-06
* [Grappler] Move InferOutputShapes to GraphProperties.Gravatar Jingyue Wu2017-10-04
* Improvements in graph_properties.cc:Gravatar Max Galkin2017-09-19
* Delete unecessary reshape opsGravatar Benoit Steiner2017-06-28
* Infer shapes for loops during Grappler static inferenceGravatar A. Unique TensorFlower2017-06-20
* Make device placement be determined only by virtual placer. Make virtual plac...Gravatar A. Unique TensorFlower2017-06-10
* Added a new method to extract the graph properties from a cost graph withoutGravatar Benoit Steiner2017-06-05
* Add HasOutputProperties to check for pruned ops; ReturnGravatar A. Unique TensorFlower2017-05-30
* Remove unneeded check for has properties in grappler.Gravatar A. Unique TensorFlower2017-05-30
* Add GraphOptimizer to Grappler item builder to do L1 optimizations andGravatar A. Unique TensorFlower2017-05-26
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08