Searched refs:DevOpOccurrences (Results 1 – 2 of 2) sorted by relevance
49 typedef std::unordered_map<string, std::vector<NodeDef*>> DevOpOccurrences; typedef51 typedef std::unordered_map<string, DevOpOccurrences> GraphOpOccurrences;
838 const DevOpOccurrences& dev_occ = dt.second; in ProcessGraphDef()