Searched defs:MutableNodeView (Results 1 – 2 of 2) sorted by relevance
128 class MutableNodeView; variable164 friend class MutableNodeView; variable197 friend class MutableNodeView; variable211 explicit MutableNodeView(MutableGraphView* graph_view, int node_index) in MutableNodeView() function214 MutableNodeView() : NodeViewInternal() {} in MutableNodeView() function533 friend class MutableNodeView; variable
69 Status TransposeNode(TransposeContext*, utils::MutableNodeView*) override { in TransposeNode()