Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc177 const FanoutsMap::iterator& to_fanouts) { in SwapFanoutsMapValues() argument
179 const bool to_exists = to_fanouts != fanouts->end(); in SwapFanoutsMapValues()
182 std::swap(from_fanouts->second, to_fanouts->second); in SwapFanoutsMapValues()
187 fanouts->emplace(from_port, std::move(to_fanouts->second)); in SwapFanoutsMapValues()
221 auto to_fanouts = fanouts->find(to_port); in SwapRegularFanoutsAndMaxPortValues() local
223 to_fanouts); in SwapRegularFanoutsAndMaxPortValues()
1406 absl::flat_hash_set<InputPort>* to_fanouts = in SwapRegularFaninsByPorts() local
1408 to_fanouts->erase(to_input); in SwapRegularFaninsByPorts()
1409 to_fanouts->insert(from_input); in SwapRegularFaninsByPorts()