Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe.cc125 for (const auto& regular_fanout : regular_fanouts_port_i) { in InferFromGraphViewT() local
128 regular_fanout.node_index())); in InferFromGraphViewT()
Dgraph_view.cc718 for (const auto& regular_fanout : regular_fanouts) { in RemovedOrMissingNodeFanoutsWellFormed() local
720 MutableNodeView* fanout_view = regular_fanout.node_view(); in RemovedOrMissingNodeFanoutsWellFormed()
733 if (regular_fanout.index() > last_index) { in RemovedOrMissingNodeFanoutsWellFormed()
738 if (diff.regular_inputs_to_update.find(regular_fanout.index()) == in RemovedOrMissingNodeFanoutsWellFormed()
1360 for (auto& regular_fanout : regular_fanouts) { in RemoveNodesInternal() local
1362 MutableNodeView* fanout_node_view = regular_fanout.node_view(); in RemoveNodesInternal()
1363 fanout_node_view->regular_fanins_[regular_fanout.fanin_index_] in RemoveNodesInternal()
1488 for (const auto& regular_fanout : regular_fanouts_port_i) { in SortTopologically() local
1489 push_onto_stack(curr_index, regular_fanout.node_index_, recursion_stack, in SortTopologically()
1608 for (MutableFaninView& regular_fanout : regular_fanouts_port_i) { in SortTopologically()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer.cc251 for (const auto& regular_fanout : node->GetRegularFanout(0)) { in EraseCancellableNodes() local
252 mutation->AddOrUpdateRegularFanin(regular_fanout.node_view(), in EraseCancellableNodes()
253 regular_fanout.index(), in EraseCancellableNodes()
Dgeneric_layout_optimizer_test.cc212 for (const auto& regular_fanout : node->GetRegularFanout(port)) { in VerifyRegularFanoutMatch() local
213 if (regular_fanout.node_view()->GetName() == fanout_name && in VerifyRegularFanoutMatch()
214 regular_fanout.index() == fanout_port) { in VerifyRegularFanoutMatch()