Searched refs:MPI_BYTE (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/ |
D | mpi_ops.cc | 670 MPI_BYTE, RANK_ZERO, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 690 MPI_Get_count(&status, MPI_BYTE, &msg_length); in BackgroundThreadLoop() 695 MPI_Recv(NULL, 0, MPI_BYTE, source_rank, TAG_NOTIFY, MPI_COMM_WORLD, in BackgroundThreadLoop() 702 MPI_Recv(buffer, msg_length, MPI_BYTE, source_rank, TAG_NOTIFY, in BackgroundThreadLoop() 734 MPI_BYTE, r, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 752 MPI_BYTE, r, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 757 MPI_Send(NULL, 0, MPI_BYTE, RANK_ZERO, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 767 MPI_Get_count(&status, MPI_BYTE, &msg_length); in BackgroundThreadLoop() 771 MPI_Recv(buffer, msg_length, MPI_BYTE, 0, TAG_NOTIFY, MPI_COMM_WORLD, in BackgroundThreadLoop()
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_ops.cc | 671 MPI_BYTE, RANK_ZERO, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 691 MPI_Get_count(&status, MPI_BYTE, &msg_length); in BackgroundThreadLoop() 696 MPI_Recv(NULL, 0, MPI_BYTE, source_rank, TAG_NOTIFY, MPI_COMM_WORLD, in BackgroundThreadLoop() 703 MPI_Recv(buffer, msg_length, MPI_BYTE, source_rank, TAG_NOTIFY, in BackgroundThreadLoop() 735 MPI_BYTE, r, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 753 MPI_BYTE, r, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 758 MPI_Send(NULL, 0, MPI_BYTE, RANK_ZERO, TAG_NOTIFY, MPI_COMM_WORLD); in BackgroundThreadLoop() 768 MPI_Get_count(&status, MPI_BYTE, &msg_length); in BackgroundThreadLoop() 772 MPI_Recv(buffer, msg_length, MPI_BYTE, 0, TAG_NOTIFY, MPI_COMM_WORLD, in BackgroundThreadLoop()
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 21 #define MPI_BYTE 0 macro
|
/external/tensorflow/tensorflow/contrib/mpi/ |
D | mpi_rendezvous_mgr.cc | 129 MPI_CHECK(MPI_Recv(data, static_cast<int>(nBytes), MPI_BYTE, dst, in RecvFromRemoteAsync()
|