Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.cc366 auto index_it = stats.cpu_freq_indices(); in ParseThreadStats() local
368 for (; index_it && tick_it; index_it++, tick_it++) { in ParseThreadStats()
369 auto freq_index = *index_it; in ParseThreadStats()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc766 auto index_it = it->second.find(0); in AddNodesToShapeRefiner() local
767 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()