Searched refs:rev_topo_order (Results 1 – 2 of 2) sorted by relevance
957 std::vector<Node*> rev_topo_order; in PropagateUpdatedState() local958 GetPostOrder(*graph_, &rev_topo_order); in PropagateUpdatedState()966 for (auto it = rev_topo_order.rbegin(); in PropagateUpdatedState()967 it != rev_topo_order.rend() && !changed.empty(); ++it) { in PropagateUpdatedState()1275 Status FunctionalizeCond::DetermineStates(std::vector<Node*> rev_topo_order) { in DetermineStates() argument1277 for (auto it = rev_topo_order.rbegin(); it != rev_topo_order.rend(); ++it) { in DetermineStates()1428 std::vector<Node*> rev_topo_order; in FunctionalizeInternal() local1438 rev_topo_order.push_back(n); in FunctionalizeInternal()1450 TF_RETURN_IF_ERROR(DetermineStates(std::move(rev_topo_order))); in FunctionalizeInternal()
214 Status DetermineStates(std::vector<Node*> rev_topo_order);