Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc840 Status GetInputPreds(Node* n, EdgeKind edge_kind,
901 Status DeadnessAnalysisImpl::GetInputPreds( in GetInputPreds() function in tensorflow::__anonaeebdbfa0111::DeadnessAnalysisImpl
934 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleSwitch()
1143 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataOnly, &input_preds)); in HandleMerge()
1194 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleRecv()
1209 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleGeneric()