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.h775 bool SnapshotNodes(int64 step, const std::vector<string>& type_regexes) { in SnapshotNodes() argument
794 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() argument
862 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()
Dtfprof_node_show.cc140 const std::vector<string>& type_regexes) { in ReInit() argument
141 bool has_matched_type = node->SnapshotNodes(step, type_regexes); in ReInit()
Dtfprof_node_show.h91 bool ReInit(int64 step, const std::vector<string>& type_regexes);