Python class for wrapping a CarmaContext.
#define set_active_device(new_device, silent)
def disableTensorCores(self)
Disable the tensor cores math mode.
def setActiveDevice(self, int index)
Set the device index as the active device.
def enableTensorCores(self)
Enable the tensor cores math mode.
def getActiveDevice(self)
Return the index of the current active device.
def __init__(self, devices=None)
Initializes a Context object.