Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.h61 class FanoutView : public internal::NodeIndexAndPortIndex<NodeView, GraphView> {
63 FanoutView() : NodeIndexAndPortIndex() {} in FanoutView() function
65 FanoutView(GraphView* graph_view, int node_index, int port_index) in FanoutView() function
68 FanoutView(NodeView* node_view, int index);
79 class NodeView : public internal::NodeViewInternal<FaninView, FanoutView,
95 bool HasFanin(const FanoutView& fanin) const override;
101 inline const FanoutView& GetMissingFanin() const override;
108 friend class FanoutView; variable
115 FanoutView, true> {
Dgraph_view.cc40 FanoutView::FanoutView(NodeView* node_view, int index) in FanoutView() function in tensorflow::grappler::utils::FanoutView
48 bool NodeView::HasFanin(const FanoutView& fanin) const { in HasFanin()
72 inline const FanoutView& NodeView::GetMissingFanin() const { in GetMissingFanin()
Dgraph_view_test.cc318 ::testing::Types<std::pair<FanoutView, GraphView>,