Searched refs:GetInputPreds (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 709 Status GetInputPreds(Node* n, EdgeKind edge_kind, 757 Status DeadnessAnalysisImpl::GetInputPreds( in GetInputPreds() function in tensorflow::__anon9db8ce5c0111::DeadnessAnalysisImpl 790 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleSwitch() 945 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataOnly, &input_preds)); in HandleMerge() 996 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleRecv() 1011 TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds)); in HandleGeneric()
|