| 61 | namespace { |
| 62 | |
| 63 | bool NotBackedge(const Edge& edge) { return !edge.src()->IsNextIteration(); } |
| 64 | |
| 65 | namespace reduce_device_to_host_copies { |
| 66 | Status FindNodesToDecluster(const Graph& graph, |
nothing calls this directly
no test coverage detected