Searched refs:_LOCAL_DEVICES (Results 1 – 1 of 1) sorted by relevance
109 _LOCAL_DEVICES = None variable581 global _LOCAL_DEVICES582 if _LOCAL_DEVICES is None:583 _LOCAL_DEVICES = get_session().list_devices()584 return [x.name for x in _LOCAL_DEVICES if x.device_type == 'GPU']