Searched refs:set_parent (Results 1 – 16 of 16) sorted by relevance
50 negate->set_parent(nullptr); in TEST_F()69 computation->set_parent(nullptr); in TEST_F()
116 instruction->set_parent(this); in AddParameter()162 instruction->set_parent(this); in Reparent()239 (*inst_it)->set_parent(nullptr); in RemoveInstruction()
270 void set_parent(HloModule* module) { parent_ = module; } in set_parent() function
86 computation->set_parent(this); in AddComputationInternal()
1244 void set_parent(HloComputation* computation) { parent_ = computation; } in set_parent() function
783 instruction->set_parent(fused_root->parent()); in CreateFusion()1444 clone->set_parent(parent_); in CloneWithNewOperands()1531 new_fused_instruction->set_parent(parent_); in CloneFusionWithNewOperands()
111 out->set_parent (self); in swap_clone()
66 void set_parent (const SmartPtr<VideoBuffer> &parent) { in set_parent() function
538 new_bo_buf->set_parent (buf_in); in convert_to_drm_bo_buf()
714 set_parent( new_tree, parent )775 def set_parent( tree, parent ) method
350 next->set_parent(timer->Stop()); in Leave()
513 void set_parent(RuntimeCallTimer* timer) { parent_.SetValue(timer); } in set_parent() function
805 slice->set_parent(*str); in NewProperSubString()
3736 void SlicedString::set_parent(String* parent, WriteBarrierMode mode) { in set_parent() function
9833 inline void set_parent(String* parent,
495 def set_parent(self, other): member in ImpacketStructure