mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Fix misspells.
This commit is contained in:
parent
38e0922d1e
commit
379ddde242
|
|
@ -257,7 +257,7 @@ void MPIRendezvousMgr::AddRequest(RecvTensorRequest request,
|
||||||
this->QueueSendRequest(req);
|
this->QueueSendRequest(req);
|
||||||
|
|
||||||
// Wait for the notification that indicates the tensor has been
|
// Wait for the notification that indicates the tensor has been
|
||||||
// succesfully transmitted to the remote process. Only needed if we
|
// successfully transmitted to the remote process. Only needed if we
|
||||||
// have not parsed the tensor to proto
|
// have not parsed the tensor to proto
|
||||||
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
|
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
|
||||||
}; // done_cb
|
}; // done_cb
|
||||||
|
|
|
||||||
|
|
@ -897,7 +897,7 @@ class _ClassPageInfo(object):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def guides(self):
|
def guides(self):
|
||||||
"""Returns a markdown string containing backlinks to relevent api_guides."""
|
"""Returns a markdown string containing backlinks to relevant api_guides."""
|
||||||
return self._guides
|
return self._guides
|
||||||
|
|
||||||
def set_guides(self, guides):
|
def set_guides(self, guides):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user