Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
DebugString
Function · 0.45
AddPlaceholdersForFeeds
Function · 0.45
Calls
3
NodesToString
Function · 0.85
name
Method · 0.65
StrCat
Function · 0.50
Tested by
1
TEST
Function · 0.36