gpu_is_available# ivy.gpu_is_available()[source]# Determine whether a GPU is available to use, with the backend framework. Return type: bool Returns: ret – Boolean, as to whether a gpu is available. Examples >>> print(ivy.gpu_is_available()) False