Skip to content

Commit

Permalink
Update master_session.cc (tensorflow#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrobinson authored and mrry committed May 19, 2016
1 parent f3d511a commit 7d9ab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/distributed_runtime/master_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class MasterSession::ReffedClientGraph : public core::RefCounted {

// partitions_ is immutable after RegisterPartitions() call
// finishes. RunPartitions() can access partitions_ safely without
// acquring locks.
// acquiring locks.
std::vector<Part> partitions_;

mutable mutex mu_;
Expand Down

0 comments on commit 7d9ab3e

Please sign in to comment.