Searched refs:glue_ (Results 1 – 2 of 2) sorted by relevance
671 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()
201 std::unordered_map<string, ComponentFunctionData> glue_; member