Home
last modified time | relevance | path

Searched refs:RemoveRedundantSwitch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h254 Status RemoveRedundantSwitch(Node* node);
Dfunctionalize_cond.cc1252 Status FunctionalizeCond::RemoveRedundantSwitch(Node* node) { in RemoveRedundantSwitch() function in tensorflow::functionalize_cond::FunctionalizeCond
1328 if (IsSwitch(dst)) TF_RETURN_IF_ERROR(RemoveRedundantSwitch(dst)); in DetermineStates()