Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc1094 for (const MutableGraphView::InputPort fanout_to_swap : in IdentifySwappingCandidates() local
1096 VLOG(1) << "Will swap fanout " << fanout_to_swap.node->name() << ":" in IdentifySwappingCandidates()
1097 << fanout_to_swap.port_id << " of tensor " in IdentifySwappingCandidates()
1101 (*nodes_to_swap)[fanout_to_swap.node].inputs_to_swap.push_back( in IdentifySwappingCandidates()
1102 fanout_to_swap.port_id); in IdentifySwappingCandidates()