Home
last modified time | relevance | path

Searched refs:type_regexes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h774 bool SnapshotNodes(int64_t step, const std::vector<string>& type_regexes) { in SnapshotNodes() argument
793 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() argument
861 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()
Dtfprof_node_show.cc137 const std::vector<string>& type_regexes) { in ReInit() argument
138 bool has_matched_type = node->SnapshotNodes(step, type_regexes); in ReInit()
Dtfprof_node_show.h90 bool ReInit(int64_t step, const std::vector<string>& type_regexes);