Free `MasterSession::ReffedClientGraph::client_graph_` after it is no longer used.
The `ClientGraph` represents the post-pruning, pre-partitioning subgraph. It is not used at the master after partitioning concludes. A redundant copy is stored in the workers' memories (post-partitioning). This change releases the memory for the `ClientGraph` after partitioning concludes. PiperOrigin-RevId: 221008316
Loading
Please sign in to comment