Medial Code Documentation
|
A wrapper around the gRPC client. More...
#include <federated_client.h>
Public Member Functions | |
FederatedClient (std::string const &server_address, int rank, std::string const &server_cert, std::string const &client_key, std::string const &client_cert) | |
FederatedClient (std::string const &server_address, int rank) | |
Insecure client for connecting to localhost only. | |
std::string | Allgather (std::string const &send_buffer) |
std::string | Allreduce (std::string const &send_buffer, DataType data_type, ReduceOperation reduce_operation) |
std::string | Broadcast (std::string const &send_buffer, int root) |
A wrapper around the gRPC client.