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

Method AddMerge

tensorflow/compiler/tf2xla/functionalize_cond.cc:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 : parent_(parent), state_map_(cond_state_map), predicate_(predicate) {}
380
381Status Conditional::AddMerge(Node* m) {
382 merges_.insert(m);
383 return Status::OK();
384}
385
386Status Conditional::AddSwitch(Node* s) {
387 VLOG(5) << "Adding switch " << s->DebugString();

Callers 1

FunctionalizeInternalMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected