Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc272 PrioritizedDeviceTypeVector supported_devs; in SelectDevice() local
275 *device_type_list, ndef, &supported_devs, &HostCPU()->parsed_name())); in SelectDevice()
276 if (supported_devs.empty()) { in SelectDevice()
290 *out = SelectBestMatchingDevice(preferred, existing, supported_devs); in SelectDevice()
302 *out = SelectBestMatchingDevice(soft_device_name, existing, supported_devs); in SelectDevice()
313 absl::StrJoin(DeviceTypesToString(supported_devs), ", "), in SelectDevice()
322 absl::StrJoin(DeviceTypesToString(supported_devs), ", "), "]."); in SelectDevice()