Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc671 ComponentFunctionData* comp_data = &data->glue_[target]; in InstantiateMultiDevice()
710 for (const auto& pair : data->glue_) { in GetOutputDevices()
760 if (data->glue_.empty()) { in RunMultiDevice()
767 for (int i = 0; i < data->glue_.size(); ++i) { in RunMultiDevice()
772 for (const auto& pair : data->glue_) { in RunMultiDevice()
871 for (const auto& it : mdata->glue_) { in ReleaseMultiDeviceHandle()
Dprocess_function_library_runtime.h201 std::unordered_map<string, ComponentFunctionData> glue_; member