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.cc178 const FanoutsMap::iterator& to_fanouts) { in SwapFanoutsMapValues() argument
180 const bool to_exists = to_fanouts != fanouts->end(); in SwapFanoutsMapValues()
183 std::swap(from_fanouts->second, to_fanouts->second); in SwapFanoutsMapValues()
188 fanouts->emplace(from_port, std::move(to_fanouts->second)); in SwapFanoutsMapValues()
222 auto to_fanouts = fanouts->find(to_port); in SwapRegularFanoutsAndMaxPortValues() local
224 to_fanouts); in SwapRegularFanoutsAndMaxPortValues()
1409 absl::flat_hash_set<InputPort>* to_fanouts = in SwapRegularFaninsByPorts() local
1411 to_fanouts->erase(to_input); in SwapRegularFaninsByPorts()
1412 to_fanouts->insert(from_input); in SwapRegularFaninsByPorts()