Home
last modified time | relevance | path

Searched defs:old_root (Results 1 – 17 of 17) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Dwebview_app.py123 def _RebasePath(new_root, old_root): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander.cc143 HloInstruction* old_root = comparator->root_instruction(); in ExpandInstruction() local
Dconditional_code_motion.cc308 absl::flat_hash_set<int64> FindSpecialConverts(HloInstruction* old_root, in FindSpecialConverts()
357 HloInstruction* old_root = computation->root_instruction(); in RestructureConditionalInstruction() local
406 HloInstruction* old_root = in ConvertSpecialMove() local
572 HloInstruction* old_root = in MoveInstructionOut() local
673 auto old_root = computation->root_instruction(); in MoveInstructionIn() local
Dcopy_insertion_test.cc223 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
246 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
269 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
319 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
396 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
Dconditional_simplifier.cc421 HloInstruction* old_root = cloned_branch->root_instruction(); in RemoveUnusedTupleElements() local
Dwhile_loop_simplifier.cc1100 HloParameterInstruction* loop_body_param) { in TryMergeInductionVariables()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.cc229 grpc_avl_node* old_root = avl.root; in grpc_avl_add() local
290 grpc_avl_node* old_root = avl.root; in grpc_avl_remove() local
/external/grpc-grpc/src/core/lib/avl/
Davl.cc229 grpc_avl_node* old_root = avl.root; in grpc_avl_add() local
290 grpc_avl_node* old_root = avl.root; in grpc_avl_remove() local
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb76 def become_root( new_root, old_root ) argument
Devent-hub.rb39 def become_root( new_root, old_root ) argument
Dsocket.rb215 def become_root( new_root, old_root ) argument
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb84 def become_root( new_root, old_root ) argument
/external/kernel-headers/original/uapi/linux/
Dnfs_mount.h30 struct nfs2_fh old_root; /* 1 */ member
/external/antlr/runtime/Ruby/lib/antlr3/
Ddebug.rb654 def become_root( new_root, old_root ) argument
Dtree.rb840 def become_root( new_root, old_root ) argument
/external/libcap/psx/
Dpsx.c328 registered_thread_t *next, *old_root; in _psx_forked_child() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc301 Member** new_root, Member** old_root, bool dry_run) { in Merge()