Searched refs:CompareNodeFanins (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 36 void CompareNodeFanins(const MutableGraphView& graph, NodeDef* node, in CompareNodeFanins() function 84 CompareNodeFanins(graph, node, fanins); in CheckNode() 370 CompareNodeFanins(graph, node, expected_fanins); in TestUpdateNodeName() 932 CompareNodeFanins(graph, node, expected_fanins); in TestAddRegularFanin() 1064 CompareNodeFanins(graph, node, expected_fanins); in TestAddRegularFaninByPort() 1218 CompareNodeFanins(graph, node, expected_fanins); in TestRemoveRegularFanin() 1360 CompareNodeFanins(graph, node, expected_fanins); in TestRemoveRegularFaninByPort() 1465 CompareNodeFanins(graph, node, expected_fanins); in TestRemoveAllFanins() 1561 CompareNodeFanins(graph, node, expected_fanins); in TestUpdateFanin() 1739 CompareNodeFanins(graph, node, expected_fanins); in TestUpdateRegularFaninByPort() [all …]
|