OmniSciDB
a5dc49c757
|
#include <ostream>
Go to the source code of this file.
Enumerations | |
enum | ExecutorDeviceType { ExecutorDeviceType::CPU, ExecutorDeviceType::GPU } |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ExecutorDeviceType device_type) |
std::string | toString (const ExecutorDeviceType device_type) |
|
strong |
Enumerator | |
---|---|
CPU | |
GPU |
Definition at line 23 of file ExecutorDeviceType.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const ExecutorDeviceType | device_type | ||
) |
std::string toString | ( | const ExecutorDeviceType | device_type | ) |
Definition at line 29 of file ExecutorDeviceType.cpp.