Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc305 const string& func_device_name = pair.first; in GetHandleOnDevice() local
307 if (func_device_name != device_name) return kInvalidLocalHandle; in GetHandleOnDevice()