Searched refs:maybe_loop_cond (Results 1 – 1 of 1) sorted by relevance
1081 const Node* maybe_loop_cond; in IsIdentityDrivingConstsInLoop() local1082 TF_RETURN_IF_ERROR(switch_node->input_node(1, &maybe_loop_cond)); in IsIdentityDrivingConstsInLoop()1083 if (!maybe_loop_cond->IsLoopCond()) { in IsIdentityDrivingConstsInLoop()