OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.common.ttypes.TDeviceType Class Reference
+ Inheritance diagram for heavydb.common.ttypes.TDeviceType:
+ Collaboration diagram for heavydb.common.ttypes.TDeviceType:

Static Public Attributes

int CPU = 0
 
int GPU = 1
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 19 of file ttypes.py.

Member Data Documentation

dictionary heavydb.common.ttypes.TDeviceType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "CPU": 0,
3  "GPU": 1,
4  }

Definition at line 28 of file ttypes.py.

dictionary heavydb.common.ttypes.TDeviceType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "CPU",
3  1: "GPU",
4  }

Definition at line 23 of file ttypes.py.

int heavydb.common.ttypes.TDeviceType.CPU = 0
static

Definition at line 20 of file ttypes.py.

int heavydb.common.ttypes.TDeviceType.GPU = 1
static

Definition at line 21 of file ttypes.py.


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