Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc60 bool guaranteed_constant = false; in is_guaranteed_constant() local
62 &guaranteed_constant)) { in is_guaranteed_constant()
65 return guaranteed_constant; in is_guaranteed_constant()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc115 bool guaranteed_constant = false; in RewriteSubgraph() local
116 if (!GetNodeAttr(n.attrs(), "_is_guaranteed_constant", &guaranteed_constant) in RewriteSubgraph()
122 return guaranteed_constant && !is_replicated_input(n); in RewriteSubgraph()