Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddSwitchId
Method
AddSwitchId
tensorflow/compiler/tf2xla/functionalize_cond.cc:1537–1539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1535
}
1536
1537
void FunctionalizeCond::AddSwitchId(int switch_id) {
1538
switch_ids_.push_back(switch_id);
1539
}
1540
1541
Status FunctionalizeCond::Functionalize(Graph* graph,
1542
FunctionLibraryDefinition* library) {
Callers
1
AddSwitch
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected