Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h64 bool ShouldShow(const ShowMultiNode* node, const Options& opts,
Dtfprof_show.h63 bool ShouldShow(const ShowNode* node, const Options& opts, int depth) const;
Dtfprof_scope.cc152 bool show = ShouldShow(node, opts, depth); in PrintScope()
Dtfprof_graph.cc168 bool show = ShouldShow(node, opts, depth); in PrintGraph()
Dtfprof_show_multi.cc56 bool TFMultiShow::ShouldShow(const ShowMultiNode* node, const Options& opts, in ShouldShow() function in tensorflow::tfprof::TFMultiShow
Dtfprof_op.cc157 n->show = ShouldShow(n, opts, depth); in ShowInternal()
Dtfprof_show.cc71 bool TFShow::ShouldShow(const ShowNode* node, const Options& opts, in ShouldShow() function in tensorflow::tfprof::TFShow
Dtfprof_code.cc570 bool show = ShouldShow(node, opts, depth); in PrintScope()