Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc740 Status HandleSwitch(Node* n, std::vector<bool>* should_revisit);
787 Status DeadnessAnalysisImpl::HandleSwitch(Node* n, in HandleSwitch() function in tensorflow::__anon9db8ce5c0111::DeadnessAnalysisImpl
1023 TF_RETURN_IF_ERROR(HandleSwitch(n, should_revisit)); in HandleNode()