Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier_test.cc50 negate->set_parent(nullptr); in TEST_F()
69 computation->set_parent(nullptr); in TEST_F()
Dhlo_computation.cc116 instruction->set_parent(this); in AddParameter()
162 instruction->set_parent(this); in Reparent()
239 (*inst_it)->set_parent(nullptr); in RemoveInstruction()
Dhlo_computation.h270 void set_parent(HloModule* module) { parent_ = module; } in set_parent() function
Dhlo_module.cc86 computation->set_parent(this); in AddComputationInternal()
Dhlo_instruction.h1244 void set_parent(HloComputation* computation) { parent_ = computation; } in set_parent() function
Dhlo_instruction.cc783 instruction->set_parent(fused_root->parent()); in CreateFusion()
1444 clone->set_parent(parent_); in CloneWithNewOperands()
1531 new_fused_instruction->set_parent(parent_); in CloneFusionWithNewOperands()
/external/libxcam/xcore/
Dswapped_buffer.cpp111 out->set_parent (self); in swap_clone()
Dvideo_buffer.h66 void set_parent (const SmartPtr<VideoBuffer> &parent) { in set_parent() function
Ddrm_display.cpp538 new_bo_buf->set_parent (buf_in); in convert_to_drm_bo_buf()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb714 set_parent( new_tree, parent )
775 def set_parent( tree, parent ) method
/external/v8/src/
Dcounters.cc350 next->set_parent(timer->Stop()); in Leave()
Dcounters.h513 void set_parent(RuntimeCallTimer* timer) { parent_.SetValue(timer); } in set_parent() function
Dfactory.cc805 slice->set_parent(*str); in NewProperSubString()
Dobjects-inl.h3736 void SlicedString::set_parent(String* parent, WriteBarrierMode mode) { in set_parent() function
Dobjects.h9833 inline void set_parent(String* parent,
/external/curl/tests/python_dependencies/impacket/
Dntlm.py495 def set_parent(self, other): member in ImpacketStructure