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

Function DebugString

tensorflow/compiler/tf2xla/functionalize_cond.cc:84–86  ·  view source on GitHub ↗

TODO(jpienaar): Move to OutputTensor.

Source from the content-addressed store, hash-verified

82
83// TODO(jpienaar): Move to OutputTensor.
84string DebugString(const OutputTensor& tensor) {
85 return absl::StrCat(tensor.node->name(), ":", tensor.index);
86}
87
88string Branch_Name(BranchType b) {
89 switch (b) {

Callers 13

CondStateToStringMethod · 0.70
AddSwitchMethod · 0.70
BuildArgumentNodesMethod · 0.70
ExtractBodiesMethod · 0.70
BuildAndReplaceMethod · 0.70
JoinCondStatesMergeMethod · 0.70
RemoveRedundantSwitchMethod · 0.70
CompileImplMethod · 0.50
BuildOutputGraphMethod · 0.50
RunMethod · 0.50
CompileMethod · 0.50

Calls 6

Branch_NameFunction · 0.85
nameMethod · 0.65
StrCatFunction · 0.50
StrAppendFunction · 0.50
emptyMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected