MCPcopy 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
1537void FunctionalizeCond::AddSwitchId(int switch_id) {
1538 switch_ids_.push_back(switch_id);
1539}
1540
1541Status FunctionalizeCond::Functionalize(Graph* graph,
1542 FunctionLibraryDefinition* library) {

Callers 1

AddSwitchMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected