Searched refs:NodeView (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.h | 37 class NodeView; variable 44 class FaninView : public internal::NodeIndexAndPortIndex<NodeView, GraphView> { 51 FaninView(NodeView* node_view, int index); 54 friend class NodeView; 61 class FanoutView : public internal::NodeIndexAndPortIndex<NodeView, GraphView> { 68 FanoutView(NodeView* node_view, int index); 71 friend class NodeView; 79 class NodeView : public internal::NodeViewInternal<FaninView, FanoutView, 82 explicit NodeView(GraphView* graph_view, int node_index) in NodeView() function 85 NodeView() : NodeViewInternal() {} in NodeView() function [all …]
|
D | graph_view.cc | 36 FaninView::FaninView(NodeView* node_view, int index) in FaninView() 40 FanoutView::FanoutView(NodeView* node_view, int index) in FanoutView() 44 const NodeDef* NodeView::node() const { in node() 48 bool NodeView::HasFanin(const FanoutView& fanin) const { in HasFanin() 56 bool NodeView::HasFanout(const FaninView& fanout) const { in HasFanout() 61 NodeView* view = fanout.node_view(); in HasFanout() 72 inline const FanoutView& NodeView::GetMissingFanin() const { in GetMissingFanin() 76 inline const std::vector<FaninView>& NodeView::GetMissingFanout() const { in GetMissingFanout() 99 for (NodeView& node_view : nodes_) { in GraphView() 120 Status GraphView::CheckAndAddFaninsInternal(NodeView* node_view) { in CheckAndAddFaninsInternal() [all …]
|
D | graph_view_test.cc | 803 for (const NodeView& expected_node_view : expected_graph_view.GetNodes()) { in CompareGraphViewWithGraph()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_test.cc | 201 void VerifyRegularFaninMatch(const utils::NodeView* node, int port, in VerifyRegularFaninMatch() 209 void VerifyRegularFanoutMatch(const utils::NodeView* node, int port, in VerifyRegularFanoutMatch() 221 void VerifyDataFormatAttributeMatch(const utils::NodeView* node, in VerifyDataFormatAttributeMatch()
|