Searched refs:child_component_iterator (Results 1 – 1 of 1) sorted by relevance
261 auto child_component_iterator = recomputed_node_components.find(output); in GetMaxDownstreamComponents() local262 CHECK(child_component_iterator != recomputed_node_components.end()); in GetMaxDownstreamComponents()263 int child_component = child_component_iterator->second; in GetMaxDownstreamComponents()