Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc94 bool all_parents_const = true; in AreAllParentsGuaranteedConst() local
100 all_parents_const = false; in AreAllParentsGuaranteedConst()
104 return all_parents_const && atleast_one_non_control_edge; in AreAllParentsGuaranteedConst()