Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgraph_view.h147 OutputPort regular_fanin = GetRegularFanin(port); in GetFanin() local
148 if (regular_fanin.node == nullptr) { in GetFanin()
151 return {regular_fanin}; in GetFanin()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.cc591 const auto& regular_fanin = node.GetRegularFanin(port); in GetFaninPortRank() local
592 return GetFanoutPortRank(*regular_fanin.node_view(), regular_fanin.index()); in GetFaninPortRank()
606 const auto& regular_fanin = node.GetRegularFanin(port); in IsFaninPortDimsNIfConst() local
607 const auto* fanin_node_view = regular_fanin.node_view(); in IsFaninPortDimsNIfConst()
1141 const auto& regular_fanin = node.GetRegularFanin(i); in GetVariadicNDFaninPorts() local
1142 auto* regular_fanin_node = regular_fanin.node_view(); in GetVariadicNDFaninPorts()
1143 int regular_fanin_port = regular_fanin.index(); in GetVariadicNDFaninPorts()
1422 for (const auto& regular_fanin : node.GetRegularFanins()) { in IsEveryFaninAfterDstToSrcTransform() local
1423 auto* regular_fanin_node = regular_fanin.node_view(); in IsEveryFaninAfterDstToSrcTransform()
1424 if (IsFanoutPortRankN(*regular_fanin_node, regular_fanin.index(), 4) && in IsEveryFaninAfterDstToSrcTransform()
[all …]
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1346 for (auto& regular_fanin : last_node.regular_fanins_) { in RemoveNodesInternal() local
1348 regular_fanin.node_view() in RemoveNodesInternal()
1349 ->regular_fanouts_by_port_[regular_fanin.index()] in RemoveNodesInternal()
1350 [regular_fanin.fanout_index_] in RemoveNodesInternal()
1600 for (MutableFanoutView& regular_fanin : node_view.regular_fanins_) { in SortTopologically()
1601 regular_fanin.node_index_ = order[regular_fanin.node_index_]; in SortTopologically()