Home
last modified time | relevance | path

Searched refs:ShouldShowIfExtra (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.h58 bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() function
Dtfprof_graph.h57 bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() function
Dtfprof_show_multi.h59 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() function
Dtfprof_show.h58 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() function
Dtfprof_show_multi.cc78 depth > opts.max_depth || !ShouldShowIfExtra(node, opts, depth)) { in ShouldShow()
Dtfprof_show.cc87 depth > opts.max_depth || !ShouldShowIfExtra(node, opts, depth)) { in ShouldShow()