TensorPlay
API symbolscuda
Copy
View MarkdownDownload .md

tensorplay.cuda.get_device_name

tensorplay.cuda.get_device_name(device: Any | None = None) str[source]

Get the name of a device.

Parameters:

device (tensorplay.Device or int or str, optional) – device for which to return the name. This function is a no-op if this argument is a negative integer. It uses the current device, given by current_device(), if device is None (default).

Returns:

the name of the device

Return type:

str

Ask DeepWiki