Searched refs:RemoveRedundantSwitch (Results 1 – 2 of 2) sorted by relevance
244 Status RemoveRedundantSwitch(Node* node);
1205 Status FunctionalizeCond::RemoveRedundantSwitch(Node* node) { in RemoveRedundantSwitch() function in tensorflow::functionalize_cond::FunctionalizeCond1281 if (IsSwitch(dst)) TF_RETURN_IF_ERROR(RemoveRedundantSwitch(dst)); in DetermineStates()