Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device_op_handler.cc46 auto dev_it = custom_devices_.find(name); in FindCustomDeviceFromName() local
47 if (dev_it == custom_devices_.end()) { in FindCustomDeviceFromName()
50 *device = dev_it->second.get(); in FindCustomDeviceFromName()