Searched refs:index_it (Results 1 – 2 of 2) sorted by relevance
366 auto index_it = stats.cpu_freq_indices(); in ParseThreadStats() local368 for (; index_it && tick_it; index_it++, tick_it++) { in ParseThreadStats()369 auto freq_index = *index_it; in ParseThreadStats()
766 auto index_it = it->second.find(0); in AddNodesToShapeRefiner() local767 if (index_it == it->second.end()) { in AddNodesToShapeRefiner()772 node->AddAttr("shape", index_it->second->second.shape); in AddNodesToShapeRefiner()773 DataType dtype = index_it->second->second.imported_dtype; in AddNodesToShapeRefiner()