Searched refs:rev_topo_order (Results 1 – 2 of 2) sorted by relevance
1004 std::vector<Node*> rev_topo_order; in PropagateUpdatedState() local1005 GetPostOrder(*graph_, &rev_topo_order); in PropagateUpdatedState()1013 for (auto it = rev_topo_order.rbegin(); in PropagateUpdatedState()1014 it != rev_topo_order.rend() && !changed.empty(); ++it) { in PropagateUpdatedState()1322 Status FunctionalizeCond::DetermineStates(std::vector<Node*> rev_topo_order) { in DetermineStates() argument1324 for (auto it = rev_topo_order.rbegin(); it != rev_topo_order.rend(); ++it) { in DetermineStates()1489 std::vector<Node*> rev_topo_order; in FunctionalizeInternal() local1505 rev_topo_order.push_back(n); in FunctionalizeInternal()1517 TF_RETURN_IF_ERROR(DetermineStates(std::move(rev_topo_order))); in FunctionalizeInternal()
224 Status DetermineStates(std::vector<Node*> rev_topo_order);