Home
last modified time | relevance | path

Searched refs:unmodified_node_inputs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc324 unmodified_node_inputs) { in CheckUnmodifiedNodeFanins() argument
329 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() local
374 unmodified_node_inputs); in TestUpdateNodeName()
923 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestAddRegularFanin() local
935 CheckUnmodifiedNodeFanins(graph_def, node_name, unmodified_node_inputs); in TestAddRegularFanin()
1055 absl::flat_hash_map<string, std::vector<string>> unmodified_node_inputs = in TestAddRegularFaninByPort() local
1067 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 …]