Searched refs:name_to_index (Results 1 – 3 of 3) sorted by relevance
327 auto name_to_index = m_name_toindex.find(name.GetCString()); in GetIndexOfChildWithName() local328 did_find = name_to_index != m_name_toindex.end(); in GetIndexOfChildWithName()330 found_index = name_to_index->second; in GetIndexOfChildWithName()
71 name_to_index(const char* name) in name_to_index() function277 i = name_to_index(ext); in _mesa_one_time_init_extension_overrides()
778 absl::flat_hash_map<std::string, int> name_to_index; in GetTensorIndices() local780 name_to_index[index_and_tensor.value()->name] = index_and_tensor.index(); in GetTensorIndices()787 auto found = name_to_index.find(name); in GetTensorIndices()788 if (found != name_to_index.end()) { in GetTensorIndices()