Replace iter->second with partition_graph in DirectSession::Run
This loop uses an iterator. It takes references to iter->first and iter->second right at the top of the loop and uses these references throughout, except for this line, which I've fixed. PiperOrigin-RevId: 212805731
Loading
Please sign in to comment