Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc95 bool atleast_one_non_control_edge = false; in AreAllParentsGuaranteedConst() local
97 atleast_one_non_control_edge = in AreAllParentsGuaranteedConst()
98 atleast_one_non_control_edge || !in->IsControlEdge(); in AreAllParentsGuaranteedConst()
104 return all_parents_const && atleast_one_non_control_edge; in AreAllParentsGuaranteedConst()