devicesΒΆ

devices() β†’ List[device]ΒΆ

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

Returns:

out (List[device]) – a list of supported devices.

Notes

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

Notes