Searched refs:type_regexes (Results 1 – 3 of 3) sorted by relevance
774 bool SnapshotNodes(int64_t step, const std::vector<string>& type_regexes) { in SnapshotNodes() argument793 std::vector<const TFGraphNode*> nodes = pick_nodes(type_regexes); in SnapshotNodes()796 return (type_regexes.size() == 1 && type_regexes[0] == ".*"); in SnapshotNodes()860 const std::vector<string>& type_regexes) { in pick_nodes() argument861 if (type_regexes.empty()) { in pick_nodes()865 if (type_regexes.size() == 1 && type_regexes[0] == ".*") { in pick_nodes()872 for (const string& regex : type_regexes) { in pick_nodes()
137 const std::vector<string>& type_regexes) { in ReInit() argument138 bool has_matched_type = node->SnapshotNodes(step, type_regexes); in ReInit()
90 bool ReInit(int64_t step, const std::vector<string>& type_regexes);