Home
last modified time | relevance | path

Searched refs:_LOCAL_DEVICES (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dbackend.py109 _LOCAL_DEVICES = None variable
581 global _LOCAL_DEVICES
582 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']