Searched refs:unmodified_node_inputs (Results 1 – 1 of 1) sorted by relevance
324 unmodified_node_inputs) { in CheckUnmodifiedNodeFanins() argument329 auto it = unmodified_node_inputs.find(node.name()); in CheckUnmodifiedNodeFanins()330 ASSERT_NE(it, unmodified_node_inputs.end()); in CheckUnmodifiedNodeFanins()356 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestUpdateNodeName() local374 unmodified_node_inputs); in TestUpdateNodeName()923 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestAddRegularFanin() local935 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestAddRegularFanin()1055 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestAddRegularFaninByPort() local1067 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestAddRegularFaninByPort()1209 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestRemoveRegularFanin() local[all …]