Searched defs:MutableGraphView (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | graph_view.h | 130 class MutableGraphView; variable 165 friend class MutableGraphView; variable 198 friend class MutableGraphView; variable 242 friend class MutableGraphView; variable 371 friend class MutableGraphView; variable 407 friend class MutableGraphView; variable 440 friend class MutableGraphView; variable 476 friend class MutableGraphView; variable
|
H A D | graph_view.cc | 464 MutableGraphView::MutableGraphView(GraphDef* graph, Status* status) in MutableGraphView() function in tensorflow::grappler::utils::MutableGraphView
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | mutable_graph_view_test.cc | 481 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
|
H A D | mutable_graph_view.h | 45 explicit MutableGraphView(GraphDef* graph) : GraphViewInternal(graph) { in MutableGraphView() function
|