Searched refs:MutableFaninView (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.h | 137 class MutableFaninView 141 MutableFaninView() : NodeIndexAndPortIndex() {} in MutableFaninView() function 143 MutableFaninView(MutableGraphView* graph_view, int node_index, int port_index) in MutableFaninView() function 146 explicit MutableFaninView(MutableGraphView* graph_view, int node_index, in MutableFaninView() function 154 MutableFaninView(MutableNodeView* node_view, int index); 208 : public internal::NodeViewInternal<MutableFaninView, MutableFanoutView, 227 bool HasFanout(const MutableFaninView& fanout) const override; 232 inline const std::vector<MutableFaninView>& GetMissingFanout() const override; 240 friend class MutableFaninView; variable 381 : public internal::GraphViewInternal<MutableNodeView, MutableFaninView, [all …]
|
D | graph_view.cc | 171 MutableFaninView::MutableFaninView(MutableNodeView* node_view, int index) in MutableFaninView() function in tensorflow::grappler::utils::MutableFaninView 191 bool MutableNodeView::HasFanout(const MutableFaninView& fanout) const { in HasFanout() 211 const std::vector<MutableFaninView>& MutableNodeView::GetMissingFanout() const { in GetMissingFanout() 1030 MutableFaninView& last_fanout = fanouts.back(); in RemoveRegularFaninFanoutInternal() 1606 for (std::vector<MutableFaninView>& regular_fanouts_port_i : in SortTopologically() 1608 for (MutableFaninView& regular_fanout : regular_fanouts_port_i) { in SortTopologically() 1612 for (MutableFaninView& controlled_fanout : node_view.controlled_fanouts_) { in SortTopologically()
|
D | graph_view_test.cc | 432 std::pair<MutableFaninView, MutableGraphView>>; 903 MutableFaninView actual_fanout(actual_fanout_node, in CompareGraphViewWithGraph() 930 MutableFaninView actual_fanout(actual_fanout_node, in CompareGraphViewWithGraph()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_transposer.cc | 127 bool operator()(const utils::MutableFaninView& node1, in operator ()() 128 const utils::MutableFaninView& node2) const { in operator ()() 422 std::vector<utils::MutableFaninView> sorted_fanouts( in UpdateFanoutEdgesWithOp()
|