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

Method file

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

Source from the content-addressed store, hash-verified

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_; }
138 int32 func_start_line() const { return trace_->func_start_line(); }
139

Callers 2

GetTraceStringFunction · 0.45
AddLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected