Searched refs:glue_ (Results 1 – 2 of 2) sorted by relevance
302 if (data.glue_.size() != 1) return kInvalidLocalHandle; in GetHandleOnDevice()304 const auto& pair = *data.glue_.begin(); in GetHandleOnDevice()930 ComponentFunctionData* comp_data = &data->glue_[pair.first]; in InstantiateMultiDevice()1025 for (const auto& pair : data->glue_) { in GetOutputDevices()1093 if (data->glue_.empty()) { in RunMultiDevice()1118 for (int i = 0; i < data->glue_.size(); ++i) { in RunMultiDevice()1123 for (const auto& pair : data->glue_) { in RunMultiDevice()1304 for (const auto& it : mdata->glue_) { in ReleaseMultiDeviceHandle()
294 std::unordered_map<string, ComponentFunctionData> glue_; member