Searched defs:exit_nodes (Results 1 – 4 of 4) sorted by relevance
22 std::vector<Node*> exit_nodes, in WhileContext()
44 const std::vector<Node*>& exit_nodes() const { return exit_nodes_; } in exit_nodes() function
919 std::vector<Node*> exit_nodes, in AddWhileContext()
551 absl::flat_hash_set<const NodeDef*> exit_nodes; in PruneGraphDef() local