Searched refs:CheckUnmodifiedNodeFanins (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 321 void CheckUnmodifiedNodeFanins( in CheckUnmodifiedNodeFanins() function 373 CheckUnmodifiedNodeFanins(graph_def, updated_node_name, in TestUpdateNodeName() 935 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestAddRegularFanin() 1067 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestAddRegularFaninByPort() 1224 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestRemoveRegularFanin() 1363 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestRemoveRegularFaninByPort() 1479 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestRemoveAllFanins() 1567 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestUpdateFanin() 1742 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestUpdateRegularFaninByPort() 1906 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestSwapRegularFaninsByPorts() [all …]
|