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

Method ProfileNameScope

tensorflow/cc/profiler/profiler.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37GraphNodeProto Profiler::ProfileNameScope(const Options& options) {
38 stats_->BuildView(kCmds[0]);
39 return stats_->ShowGraphNode(kCmds[0], options);
40}
41
42MultiGraphNodeProto Profiler::ProfileOperations(const Options& options) {
43 stats_->BuildView(kCmds[3]);

Callers 1

TEST_FFunction · 0.80

Calls 1

BuildViewMethod · 0.80

Tested by 1

TEST_FFunction · 0.64