Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h338 absl::flat_hash_set<string> nodes_allowlist_; variable
Dconstant_folding.cc1046 nodes_allowlist_.find(node.name()) == nodes_allowlist_.end()) { in MaybeFoldable()
1116 nodes_allowlist_.find(node.name()) == nodes_allowlist_.end()) { in MaybeFoldable()
3931 nodes_allowlist_.clear(); in RunOptimizationPass()
3942 nodes_allowlist_.insert(fetch_node->name()); in RunOptimizationPass()