Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ recv
Method
recv
python/paddle/distributed/communicator.py:195–196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
193
self.communicator_.is_running()
194
195
def
recv(self):
196
self.communicator_.recv()
197
198
def
init_params(self, context):
199
self.communicator_.init_params(context)
Callers
15
initialize_pg_in_full_mode
Function · 0.80
_recv_shape_dtype
Method · 0.80
recv_meta
Method · 0.80
recv_meta
Method · 0.80
_save_dense_params
Method · 0.80
recv
Function · 0.80
_recv_in_dygraph
Function · 0.80
_execute_p2p_ops
Method · 0.80
pipe_reader
Function · 0.80
_save_dense_params
Method · 0.80
send_recv
Function · 0.80
send_recv
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_create_process_group_bkcl
Method · 0.64
test_create_process_group_gloo
Method · 0.64
test_send_recv
Function · 0.64
test_create_process_group_nccl
Method · 0.64