Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions
xgboost::federated::FederatedClient Class Reference

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)
 

Detailed Description

A wrapper around the gRPC client.


The documentation for this class was generated from the following file: