Searched refs:ShouldTrim (Results 1 – 8 of 8) sorted by relevance
65 bool ShouldTrim(const ShowMultiNode* node,
64 bool ShouldTrim(const ShowNode* node,
157 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintScope()
174 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintGraph()
102 bool TFMultiShow::ShouldTrim(const ShowMultiNode* node, in ShouldTrim() function in tensorflow::tfprof::TFMultiShow
151 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) { in ShowInternal()
112 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim() function in tensorflow::tfprof::TFShow
581 if (ShouldTrim(node, opts.trim_name_regexes) || depth > opts.max_depth) { in PrintScope()