杨秀萍秘书长会见澳门贸易投资促进局主席张祖辉

paddle.device. get_available_custom_device ( ) list[str] | None [source]
百度 澳大利亚国际教育协会总裁霍尼伍德表示,澳大利亚是安全的留学地。

Get all available custom devices.

Returns

A list of all available custom devices.

Examples

>>> import paddle
>>> paddle.device.get_available_custom_device()

>>> # Case 1: paddlepaddle-gpu package installed, and no custom device registered.
>>> # Output: None

>>> # Case 2: paddlepaddle-gpu package installed, and custom device 'CustomCPU' and 'CustomGPU' is registered.
>>> # Output: ['CustomCPU', 'CustomGPU:0', 'CustomGPU:1']