Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc87 const absl::flat_hash_set<const Node*>& runtime_const_nodes) { in AreAllParentsGuaranteedConst() argument
99 if (!in->IsControlEdge() && runtime_const_nodes.count(in->src()) == 0) { in AreAllParentsGuaranteedConst()