Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.h141 MutableFaninView() : NodeIndexAndPortIndex() {} in MutableFaninView() function
143 MutableFaninView(MutableGraphView* graph_view, int node_index, int port_index) in MutableFaninView() function
146 explicit MutableFaninView(MutableGraphView* graph_view, int node_index, in MutableFaninView() function
240 friend class MutableFaninView; variable
Dgraph_view.cc171 MutableFaninView::MutableFaninView(MutableNodeView* node_view, int index) in MutableFaninView() function in tensorflow::grappler::utils::MutableFaninView