Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc214 auto find_it = node_by_name.find(name); in PruneGraphDefInto() local
215 if (find_it == node_by_name.end()) { in PruneGraphDefInto()
219 auto& map_entry = find_it->second; in PruneGraphDefInto()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.cc327 auto find_it = module_sequence_.find(&computation); in SequentialOrder() local
328 return find_it == module_sequence_.end() ? nullptr : &find_it->second; in SequentialOrder()
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py47 self.make_button("Find", self.find_it)
52 def find_it(self, event=None): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/
Dreplace.py56 self.make_button("Find", self.find_it)
61 def find_it(self, event=None): member in ReplaceDialog
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py396 find_it = re_prog.finditer(line)
399 for match in find_it:
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_replace.py122 self.dialog.find_it(0)