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

Method ToString

tensorflow/compiler/xla/service/call_graph.cc:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76string CallSite::ToString() const {
77 return StrCat(
78 instruction()->name(), " calls in context ",
79 CallContextToString(context()), ": ",
80 absl::StrJoin(called_computations(), ", ",
81 [](string* out, const HloComputation* computation) {
82 out->append(computation->name());
83 }));
84}
85
86CallGraphNode::CallGraphNode(HloComputation* computation)
87 : computation_(computation) {}

Callers 1

BuildMethod · 0.45

Calls 6

CallContextToStringFunction · 0.85
contextFunction · 0.85
nameMethod · 0.65
StrCatFunction · 0.50
appendMethod · 0.45
computationMethod · 0.45

Tested by

no test coverage detected