Dragon API Dragon v0.3.0 Python supports_device¶ dragon.onnx.supports_device(device_str)[source]¶ Query if the given device is supported. Parameters: device_str (str) – The device descriptor. Returns:bool – True if device is supported otherwise False.