Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.h172 class MutableFanoutView
176 MutableFanoutView() : NodeIndexAndPortIndex() {} in MutableFanoutView() function
178 MutableFanoutView(MutableGraphView* graph_view, int node_index, in MutableFanoutView() function
182 explicit MutableFanoutView(MutableGraphView* graph_view, int node_index, in MutableFanoutView() function
187 MutableFanoutView(MutableNodeView* node_view, int index);
208 : public internal::NodeViewInternal<MutableFaninView, MutableFanoutView,
224 bool HasFanin(const MutableFanoutView& fanin) const override;
230 inline const MutableFanoutView& GetMissingFanin() const override;
241 friend class MutableFanoutView; variable
382 MutableFanoutView, false> {
Dgraph_view.cc175 MutableFanoutView::MutableFanoutView(MutableNodeView* node_view, int index) in MutableFanoutView() function in tensorflow::grappler::utils::MutableFanoutView
183 bool MutableNodeView::HasFanin(const MutableFanoutView& fanin) const { in HasFanin()
207 const MutableFanoutView& MutableNodeView::GetMissingFanin() const { in GetMissingFanin()
1016 MutableFanoutView& fanin = node_view->regular_fanins_[i]; in RemoveRegularFaninFanoutInternal()
1105 MutableFanoutView(this, fanin_node_view->node_index(), fanin_id.index(), in UpdateRegularFaninInternal()
1299 std::vector<MutableFanoutView>().swap(node_view->regular_fanins_); in RemoveAllFaninFanoutInternal()
1304 std::vector<MutableFanoutView>().swap(node_view->controlling_fanins_); in RemoveAllFaninFanoutInternal()
1600 for (MutableFanoutView& regular_fanin : node_view.regular_fanins_) { in SortTopologically()
1603 for (MutableFanoutView& controlling_fanin : node_view.controlling_fanins_) { in SortTopologically()
Dgraph_view_test.cc319 std::pair<MutableFanoutView, MutableGraphView>>;
832 EXPECT_EQ(actual_fanin, MutableFanoutView(actual_fanin_node, in CompareGraphViewWithGraph()
858 MutableFanoutView actual_fanin(actual_fanin_node, in CompareGraphViewWithGraph()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc113 const utils::MutableFanoutView& input = in FindForwardNode()