Home
last modified time | relevance | path

Searched refs:ShouldTrim (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h67 bool ShouldTrim(const ShowMultiNode* node,
Dtfprof_show.h65 bool ShouldTrim(const ShowNode* node,
Dtfprof_scope.cc156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintScope()
Dtfprof_graph.cc173 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintGraph()
Dtfprof_show_multi.cc102 bool TFMultiShow::ShouldTrim(const ShowMultiNode* node, in ShouldTrim() function in tensorflow::tfprof::TFMultiShow
Dtfprof_op.cc154 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) { in ShowInternal()
Dtfprof_show.cc111 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim() function in tensorflow::tfprof::TFShow
Dtfprof_code.cc566 if (ShouldTrim(node, opts.trim_name_regexes) || depth > opts.max_depth) { in PrintScope()