Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc909 Device* existing_physical_device = nullptr; in RegisterCustomDevice() local
910 if (FindDeviceFromName(device_name.c_str(), &existing_physical_device).ok()) { in RegisterCustomDevice()