11 enum __pybind_device { cpu = -1, cuda = 0 };
16 enum :
int { cpu = -1, cuda = 0 };
19 std::vector<std::vector<bool>> CanAccessPeer;
21 void Print_Property();
22 std::string getname(
const int &device_id);
43 extern Device_class
Device;
Definition Accessor.hpp:12
Device_class Device
data on which devices.