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

Method BuildAllViews

tensorflow/core/profiler/internal/tfprof_stats.cc:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void TFStats::BuildAllViews() {
139 std::vector<string> cmds_str(kCmds, kCmds + sizeof(kCmds) / sizeof(*kCmds));
140 for (const string& cmd : cmds_str) {
141 BuildView(cmd);
142 }
143}
144
145const GraphNodeProto& TFStats::ShowGraphNode(const string& cmd,
146 const Options& opts) const {

Callers 9

RunFunction · 0.80
TFProfShowTestMethod · 0.80
TestToFromProtoMethod · 0.80
TFProfTimelineTestMethod · 0.80
TFProfTensorTestMethod · 0.80
RunProfileFunction · 0.80
TFProfStatsTestMethod · 0.80
TestToFromProtoMethod · 0.80
TFProfAdvisorTestMethod · 0.80

Calls

no outgoing calls

Tested by 7

TFProfShowTestMethod · 0.64
TestToFromProtoMethod · 0.64
TFProfTimelineTestMethod · 0.64
TFProfTensorTestMethod · 0.64
TFProfStatsTestMethod · 0.64
TestToFromProtoMethod · 0.64
TFProfAdvisorTestMethod · 0.64