Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc110 absl::flat_hash_set<const Node*> guaranteed_const_nodes; in MarkGuaranteedConstants() local
118 /*leave=*/[&guaranteed_const_nodes](const Node* n) { in MarkGuaranteedConstants()
120 if (AreAllParentsGuaranteedConst(*n, guaranteed_const_nodes)) { in MarkGuaranteedConstants()
121 guaranteed_const_nodes.insert(n); in MarkGuaranteedConstants()
126 if (guaranteed_const_nodes.count(src_arg.first) != 0) { in MarkGuaranteedConstants()