package tensorflow.contrib.mpi_collectives

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message MPIRequest

mpi_message.proto:26

An MPIRequest is a message sent from a rank greater than zero to the coordinator (rank zero), informing the coordinator of an operation that the rank wants to do and the tensor that it wants to apply the operation to.

enum MPIRequest.RequestType

mpi_message.proto:27

Used in: MPIRequest

message MPIResponse

mpi_message.proto:49

An MPIResponse is a message sent from the coordinator (rank zero) to a rank greater than zero, informing the rank of an operation should be performed now. If the operation requested would result in an error (for example, due to a type or shape mismatch), then the MPIResponse can contain an error and an error message instead. Finally, an MPIResponse can be a DONE message (if there are no more tensors to reduce on this tick of the background loop) or SHUTDOWN if all MPI processes should shut down.

enum MPIResponse.ResponseType

mpi_message.proto:50

Used in: MPIResponse