Home
last modified time | relevance | path

Searched defs:MutableNodeView (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.h128 class MutableNodeView; variable
164 friend class MutableNodeView; variable
197 friend class MutableNodeView; variable
211 explicit MutableNodeView(MutableGraphView* graph_view, int node_index) in MutableNodeView() function
214 MutableNodeView() : NodeViewInternal() {} in MutableNodeView() function
533 friend class MutableNodeView; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer_test.cc69 Status TransposeNode(TransposeContext*, utils::MutableNodeView*) override { in TransposeNode()