Home | History | Annotate | Download | only in tf2xla

Lines Matching defs:exit

59   Node* exit = nullptr;
349 // Enter ----> Merge --------> Switch --> Exit
426 // - Find the Exit successor.
441 // TODO(b/67425339): Allow general graph between switch and exit.
446 if (arg.exit != nullptr) {
447 return errors::InvalidArgument("Duplicate Exit successors to ",
450 arg.exit = edge->dst();
455 ") and exit node of frame ",
515 // Copies edges to the Enter nodes and from the Exit nodes onto the While.
528 if (arg.exit != nullptr) {
529 std::vector<const Edge*> edges(arg.exit->out_edges().begin(),
530 arg.exit->out_edges().end());
894 // containing scope (for exit nodes), the switch depth will only match if