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

Method ProfileOperations

tensorflow/cc/profiler/profiler.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42MultiGraphNodeProto Profiler::ProfileOperations(const Options& options) {
43 stats_->BuildView(kCmds[3]);
44 return stats_->ShowMultiGraphNode(kCmds[3], options);
45}
46
47Status Profiler::SerializeToString(string* content) {
48 if (!content) {

Callers 1

TEST_FFunction · 0.80

Calls 1

BuildViewMethod · 0.80

Tested by 1

TEST_FFunction · 0.64