Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h45 explicit MutableGraphView(GraphDef* graph) : GraphViewInternal(graph) { in MutableGraphView() function
Dmutable_graph_view_test.cc481 TEST(MutableGraphView, SwapNodeNames) { in TEST() argument
510 TEST(MutableGraphView, SwapNodeNamesSameName) { in TEST() argument
515 TEST(MutableGraphView, SwapNodeNamesBetweenSwitches) { in TEST() argument
539 TEST(MutableGraphView, SwapNodeNamesBetweenSwitchesAndUpdateFanouts) { in TEST() argument
563 TEST(MutableGraphView, SwapNodeNamesSwitchAndNonSwitch) { in TEST() argument
585 TEST(MutableGraphView, SwapNodeNamesSwitchAndNonSwitchAndUpdateFanouts) { in TEST() argument
608 TEST(MutableGraphView, SwapNodeNamesNonSwitchAndSwitch) { in TEST() argument
630 TEST(MutableGraphView, SwapNodeNamesNonSwitchAndSwitchAndUpdateFanouts) { in TEST() argument
669 TEST(MutableGraphView, SwapNodeNamesSelfLoops) { in TEST() argument
703 TEST(MutableGraphView, SwapNodeNamesError) { in TEST() argument