Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1099 absl::flat_hash_set<const Node*> existing_control_sources; in AddStrictInputSemantics() local
1102 existing_control_sources.insert(edge->src()); in AddStrictInputSemantics()
1106 const bool has_incoming_control_edges = !existing_control_sources.empty(); in AddStrictInputSemantics()
1126 !existing_control_sources.contains(edge->src())) { in AddStrictInputSemantics()