Searched refs:ShouldShow (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.h | 64 bool ShouldShow(const ShowMultiNode* node, const Options& opts,
|
D | tfprof_show.h | 63 bool ShouldShow(const ShowNode* node, const Options& opts, int depth) const;
|
D | tfprof_scope.cc | 152 bool show = ShouldShow(node, opts, depth); in PrintScope()
|
D | tfprof_graph.cc | 168 bool show = ShouldShow(node, opts, depth); in PrintGraph()
|
D | tfprof_show_multi.cc | 56 bool TFMultiShow::ShouldShow(const ShowMultiNode* node, const Options& opts, in ShouldShow() function in tensorflow::tfprof::TFMultiShow
|
D | tfprof_op.cc | 157 n->show = ShouldShow(n, opts, depth); in ShowInternal()
|
D | tfprof_show.cc | 71 bool TFShow::ShouldShow(const ShowNode* node, const Options& opts, in ShouldShow() function in tensorflow::tfprof::TFShow
|
D | tfprof_code.cc | 570 bool show = ShouldShow(node, opts, depth); in PrintScope()
|