Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h269 function_key_(function_key), in MultiDeviceFunctionData()
278 const string function_key_; member
410 function_key_(function_key) {} in FunctionData()
413 const string& function_key() { return function_key_; } in function_key()
438 const string function_key_; variable
Dprocess_function_library_runtime.cc1297 table_.erase(mdata->function_key_); in ReleaseMultiDeviceHandle()