Searched refs:node_exists (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 338 void TestUpdateNodeName(absl::string_view from_node_name, bool node_exists, in TestUpdateNodeName() argument 350 if (node_exists) { in TestUpdateNodeName() 368 if (node_exists) { in TestUpdateNodeName() 908 void TestAddRegularFanin(absl::string_view node_name, bool node_exists, in TestAddRegularFanin() argument 917 if (node_exists) { in TestAddRegularFanin() 931 if (node_exists) { in TestAddRegularFanin() 1040 void TestAddRegularFaninByPort(absl::string_view node_name, bool node_exists, in TestAddRegularFaninByPort() argument 1049 if (node_exists) { in TestAddRegularFaninByPort() 1063 if (node_exists) { in TestAddRegularFaninByPort() 1194 void TestRemoveRegularFanin(absl::string_view node_name, bool node_exists, in TestRemoveRegularFanin() argument [all …]
|
/external/perfetto/ui/ |
D | BUILD.gn | 465 rebase_path("$target_out_dir/node_exists", ""), 469 "$target_out_dir/node_exists",
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli.py | 768 if not self._debug_dump.node_exists(node_name): 940 not self._debug_dump.node_exists(node_name)): 1319 if not self._debug_dump.node_exists(node_name):
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | session_debug_testlib.py | 755 self.assertTrue(dump.node_exists(u_name)) 756 self.assertTrue(dump.node_exists(u_name + "/read")) 757 self.assertFalse(dump.node_exists(u_name + "/read" + "/foo"))
|
D | debug_data.py | 1267 def node_exists(self, node_name, device_name=None): member in DebugDumpDir
|