aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/virtual_scheduler.cc
Commit message (Expand)AuthorAge
...
* Don't use the _output_shape attribute in the op_level_cost_estimator sinceGravatar Benoit Steiner2017-06-02
* 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
* VLOG(2) instead of VLOG(1) for detailed op printouts.Gravatar A. Unique TensorFlower2017-05-26
* Add GraphOptimizer to Grappler item builder to do L1 optimizations andGravatar A. Unique TensorFlower2017-05-26
* Zero cost for _Recv op, and a few clean up in virtual_scheduler.Gravatar A. Unique TensorFlower2017-05-25
* Print out detailed node counts, shapes and costs. This is useful for a couple...Gravatar A. Unique TensorFlower2017-05-24
* VirtualScheduler inserts a _Send and a _Recv ops when input and outputGravatar A. Unique TensorFlower2017-05-22
* Internal change.Gravatar A. Unique TensorFlower2017-05-03