MCPcopy 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

_recv_shape_dtypeMethod · 0.80
recv_metaMethod · 0.80
recv_metaMethod · 0.80
_save_dense_paramsMethod · 0.80
recvFunction · 0.80
_recv_in_dygraphFunction · 0.80
_execute_p2p_opsMethod · 0.80
pipe_readerFunction · 0.80
_save_dense_paramsMethod · 0.80
send_recvFunction · 0.80
send_recvFunction · 0.80

Calls

no outgoing calls