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

Method ProfileGraph

tensorflow/cc/profiler/profiler.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32GraphNodeProto Profiler::ProfileGraph(const Options& options) {
33 stats_->BuildView(kCmds[1]);
34 return stats_->ShowGraphNode(kCmds[1], options);
35}
36
37GraphNodeProto Profiler::ProfileNameScope(const Options& options) {
38 stats_->BuildView(kCmds[0]);

Callers 1

TEST_FFunction · 0.80

Calls 1

BuildViewMethod · 0.80

Tested by 1

TEST_FFunction · 0.64