Home
last modified time | relevance | path

Searched refs:has_trace (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node_show.h134 bool has_trace() const { return trace_ != nullptr; } in has_trace() function
Dtfprof_code.cc531 if (nodes.empty() && root->has_trace() && opts.output_type == kOutput[3]) { in Format()
536 if (root->has_trace() && opts.output_type == kOutput[3]) { in Format()
544 if (root->has_trace() && opts.output_type == kOutput[3]) { in Format()
Dtfprof_stats.cc103 has_code_traces_ = profile.has_trace(); in TFStats()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto57 bool has_trace = 2; field