Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h251 Status RemoveRedundantMerge(Node* node);
Dfunctionalize_cond.cc1214 Status FunctionalizeCond::RemoveRedundantMerge(Node* node) { in RemoveRedundantMerge() function in tensorflow::functionalize_cond::FunctionalizeCond
1329 if (IsMerge(dst)) TF_RETURN_IF_ERROR(RemoveRedundantMerge(dst)); in DetermineStates()