Searched refs:DevOpOccurrences (Results 1 – 2 of 2) sorted by relevance
55 typedef absl::flat_hash_map<string, std::vector<NodeDef*>> DevOpOccurrences; typedef57 typedef absl::flat_hash_map<string, DevOpOccurrences> GraphOpOccurrences;
1099 const DevOpOccurrences& dev_occ = dt.second; in ProcessGraphDef()