MCPcopy Create free account
hub / github.com/LBANN/lbann / recv

Method recv

src/comm.cpp:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762void lbann_comm::recv(AbsMat& mat, const int trainer, const int rank) const
763{
764 El::Recv(mat, get_world_comm(), get_world_rank(trainer, rank));
765}
766
767void lbann_comm::recv(DistMat& mat, const int trainer, const int rank) const
768{

Callers 5

on_train_beginMethod · 0.45
recv_stringFunction · 0.45
mainFunction · 0.45
test_send_recv_blobFunction · 0.45
test_send_recv_matFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
test_send_recv_blobFunction · 0.36
test_send_recv_matFunction · 0.36