Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions | Protected Attributes
CollectiveTest Class Reference

Public Member Functions

 CollectiveTest (const std::string &path)
 
 CollectiveTest (CollectiveTest &&other)
 
::c10d::ProcessGroupGloo & getProcessGroup ()
 
void start (int rank, int size)
 

Static Public Member Functions

static std::vector< CollectiveTestinitialize (const std::string &path, int num)
 

Protected Attributes

std::string path_
 
std::unique_ptr<::c10d::ProcessGroupGloo > pg_
 

Detailed Description

Definition at line 91 of file ProcessGroupGlooTest.cpp.


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