Searched refs:FanoutView (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.h | 61 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> {
|
D | graph_view.cc | 40 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()
|
D | graph_view_test.cc | 318 ::testing::Types<std::pair<FanoutView, GraphView>,
|