MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / has_trace

Method has_trace

tensorflow/core/profiler/internal/tfprof_node_show.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 bool has_trace() const { return trace_ != nullptr; }
135 const int32 lineno() const { return trace_->lineno(); }
136 string file() const { return trace_->file(); }
137 string function() const { return trace_->function() + suffix_; }

Callers 2

TFStatsMethod · 0.80
FormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected