Searched refs:guaranteed_constant (Results 1 – 2 of 2) sorted by relevance
60 bool guaranteed_constant = false; in is_guaranteed_constant() local62 &guaranteed_constant)) { in is_guaranteed_constant()65 return guaranteed_constant; in is_guaranteed_constant()
115 bool guaranteed_constant = false; in RewriteSubgraph() local116 if (!GetNodeAttr(n.attrs(), "_is_guaranteed_constant", &guaranteed_constant) in RewriteSubgraph()122 return guaranteed_constant && !is_replicated_input(n); in RewriteSubgraph()