Searched refs:ShouldShowIfExtra (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_op.h | 58 bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() function
|
D | tfprof_graph.h | 57 bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() function
|
D | tfprof_show_multi.h | 59 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() function
|
D | tfprof_show.h | 58 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() function
|
D | tfprof_show_multi.cc | 78 depth > opts.max_depth || !ShouldShowIfExtra(node, opts, depth)) { in ShouldShow()
|
D | tfprof_show.cc | 87 depth > opts.max_depth || !ShouldShowIfExtra(node, opts, depth)) { in ShouldShow()
|