aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/mutable_graph_view.h
Commit message (Collapse)AuthorAge
* Experimental Cl which adds `LatencyStatsDataset` op after each `Dataset` op ↵Gravatar Shivani Agrawal2018-08-02
| | | | | | to record latency on each edge of dataset input pipeline. PiperOrigin-RevId: 207190025
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
MutableGraphView was implemented so that the view could be updated when new nodes are added or connections changed. The current passes do not require it only because they do not do any optimization on already optimized nodes, but optimizations like MapFusion require it. PiperOrigin-RevId: 206046420