devices

devices() Tuple[device, ...]

Returns a list of supported devices which are available at runtime.

Returns:

out (Tuple[device, …]) – tuple containing a list of supported devices.

Notes

  • Each device object (see Device support) in the tuple of returned devices must be an object which can be provided as a valid keyword-argument to array creation functions.

Notes