Home
last modified time | relevance | path

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

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