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