qat.comm.resource.ttypes.Device

class qat.comm.resource.ttypes.Device

Structure describing a physical device

from qat.comm.resource.ttypes import Device, DeviceType

device = Device(type=DeviceType.QPU, manufacturer="Eviden", model="QaptivaQPU")
Parameters
  • type (int) – device type

  • manufacturer (str, optional) – device manufacturer

  • model (str, optional) – device model

  • identifier (str, optional) – unique identifier