OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
num_sm | |
clock_frequency_kHz | |
memory | |
compute_capability_major | |
compute_capability_minor | |
Private Attributes | |
__dict__ | |
Attributes: - num_sm - clock_frequency_kHz - memory - compute_capability_major - compute_capability_minor
def heavydb.thrift.ttypes.TGpuSpecification.__init__ | ( | self, | |
num_sm = None , |
|||
clock_frequency_kHz = None , |
|||
memory = None , |
|||
compute_capability_major = None , |
|||
compute_capability_minor = None |
|||
) |
Definition at line 3079 of file ttypes.py.
def heavydb.thrift.ttypes.TGpuSpecification.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TGpuSpecification.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TGpuSpecification.read | ( | self, | |
iprot | |||
) |
Definition at line 3086 of file ttypes.py.
References heavydb.thrift.ttypes.TGpuSpecification.clock_frequency_kHz, heavydb.thrift.ttypes.TGpuSpecification.compute_capability_major, heavydb.thrift.ttypes.TGpuSpecification.compute_capability_minor, heavydb.thrift.ttypes.TGpuSpecification.memory, and heavydb.thrift.ttypes.TGpuSpecification.num_sm.
def heavydb.thrift.ttypes.TGpuSpecification.validate | ( | self | ) |
def heavydb.thrift.ttypes.TGpuSpecification.write | ( | self, | |
oprot | |||
) |
Definition at line 3125 of file ttypes.py.
References heavydb.thrift.ttypes.TGpuSpecification.clock_frequency_kHz, heavydb.thrift.ttypes.TGpuSpecification.compute_capability_major, heavydb.thrift.ttypes.TGpuSpecification.compute_capability_minor, heavydb.thrift.ttypes.TGpuSpecification.memory, and heavydb.thrift.ttypes.TGpuSpecification.num_sm.
|
private |
Definition at line 3162 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TGpuSpecification.clock_frequency_kHz |
Definition at line 3081 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TGpuSpecification.read(), and heavydb.thrift.ttypes.TGpuSpecification.write().
heavydb.thrift.ttypes.TGpuSpecification.compute_capability_major |
Definition at line 3083 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TGpuSpecification.read(), and heavydb.thrift.ttypes.TGpuSpecification.write().
heavydb.thrift.ttypes.TGpuSpecification.compute_capability_minor |
Definition at line 3084 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TGpuSpecification.read(), and heavydb.thrift.ttypes.TGpuSpecification.write().
heavydb.thrift.ttypes.TGpuSpecification.memory |
Definition at line 3082 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TGpuSpecification.read(), and heavydb.thrift.ttypes.TGpuSpecification.write().
heavydb.thrift.ttypes.TGpuSpecification.num_sm |
Definition at line 3080 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TGpuSpecification.read(), and heavydb.thrift.ttypes.TGpuSpecification.write().