Searched defs:nodes_to_not_simplify (Results 1 – 1 of 1) sorted by relevance
1435 GraphDef* output, absl::flat_hash_set<string>* nodes_to_not_simplify) { in FoldGraph()1752 absl::flat_hash_set<string>* nodes_to_not_simplify) { in SimplifyGraph()3399 absl::flat_hash_set<string> nodes_to_not_simplify; in RunOptimizationPass() local