Searched refs:type_regexes (Results 1 – 3 of 3) sorted by relevance
775 bool SnapshotNodes(int64 step, const std::vector<string>& type_regexes) { in SnapshotNodes() argument794 std::vector<const TFGraphNode*> nodes = pick_nodes(type_regexes); in SnapshotNodes()797 return (type_regexes.size() == 1 && type_regexes[0] == ".*"); in SnapshotNodes()861 const std::vector<string>& type_regexes) { in pick_nodes() argument862 if (type_regexes.empty()) { in pick_nodes()866 if (type_regexes.size() == 1 && type_regexes[0] == ".*") { in pick_nodes()873 for (const string& regex : type_regexes) { in pick_nodes()
140 const std::vector<string>& type_regexes) { in ReInit() argument141 bool has_matched_type = node->SnapshotNodes(step, type_regexes); in ReInit()
91 bool ReInit(int64 step, const std::vector<string>& type_regexes);