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

Method ToString

tensorflow/compiler/tf2xla/functionalize_cond.cc:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 : src(src), src_output(src_output) {}
200
201 string ToString() const {
202 return absl::StrCat("src=", src->name(), ":", src_output,
203 " switches=", NodesToString(switches));
204 }
205
206 Node* src;
207 int src_output;

Callers 3

TESTFunction · 0.45
DebugStringFunction · 0.45
AddPlaceholdersForFeedsFunction · 0.45

Calls 3

NodesToStringFunction · 0.85
nameMethod · 0.65
StrCatFunction · 0.50

Tested by 1

TESTFunction · 0.36