---
title: supportedComputeStageDevices
framework: vision
role: symbol
role_heading: Instance Property
path: vision/visionrequest/supportedcomputestagedevices
---

# supportedComputeStageDevices

The collection of compute devices per stage that a request supports.

## Declaration

```swift
var supportedComputeStageDevices: [ComputeStage : [MLComputeDevice]] { get }
```

## See Also

### Getting the compute device

- [computeDevice(for:)](vision/visionrequest/computedevice(for:).md)
- [ComputeStage](vision/computestage.md)
