Searched refs:ShouldTrim (Results 1 – 8 of 8) sorted by relevance
67 bool ShouldTrim(const ShowMultiNode* node,
65 bool ShouldTrim(const ShowNode* node,
156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintScope()
173 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
154 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) { in ShowInternal()
111 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim() function in tensorflow::tfprof::TFShow
566 if (ShouldTrim(node, opts.trim_name_regexes) || depth > opts.max_depth) { in PrintScope()