Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc871 Status HandleSwitch(Node* n, std::vector<bool>* should_revisit);
931 Status DeadnessAnalysisImpl::HandleSwitch(Node* n, in HandleSwitch() function in tensorflow::__anonaeebdbfa0111::DeadnessAnalysisImpl
1222 TF_RETURN_IF_ERROR(HandleSwitch(n, should_revisit)); in HandleNode()