Skip to main content

OpenVINODevice

OpenVINODevice

  • Description: Enum wrapper for OpenVINO devices, used by OpenVINOEngine(device=...).

  • Available values

    • OpenVINODevice.auto / cpu / gpu / npu / hetero / auto_batch
  • Example

    from capybara.openvinoengine import OpenVINODevice

    print(OpenVINODevice.cpu.value) # "CPU"