HomeSort by relevance Sort by last modified time
    Searched refs:has_trace (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.h 134 bool has_trace() const { return trace_ != nullptr; } function in class:tensorflow::tfprof::CodeNode
tfprof_code.cc 516 if (nodes.empty() && root->has_trace() && opts.output_type == kOutput[3]) {
521 if (root->has_trace() && opts.output_type == kOutput[3]) {
529 if (root->has_trace() && opts.output_type == kOutput[3]) {
tfprof_stats.cc 101 has_code_traces_ = profile.has_trace();

Completed in 421 milliseconds