Searched refs:last_output_node (Results 1 – 1 of 1) sorted by relevance
223 Node* last_output_node = p.second; in GetStopBackpropNodes() local226 if (last_output_node != nullptr) { in GetStopBackpropNodes()229 internal_outputs.insert(last_output_node->id()); in GetStopBackpropNodes()232 last_output_node = e->dst(); in GetStopBackpropNodes()234 queue.push_back(std::make_pair(e->dst(), last_output_node)); in GetStopBackpropNodes()