Home
last modified time | relevance | path

Searched refs:CopyAllControlDepsFrom (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc191 TF_RETURN_IF_ERROR(new_hlo->CopyAllControlDepsFrom(hlo)); in Run()
201 TF_RETURN_IF_ERROR(new_hlo->CopyAllControlDepsFrom(hlo)); in Run()
209 TF_RETURN_IF_ERROR(new_hlo->CopyAllControlDepsFrom(hlo)); in Run()
Dhlo_instruction.h884 Status CopyAllControlDepsFrom(const HloInstruction* inst);
Dhlo_instruction.cc1663 Status HloInstruction::CopyAllControlDepsFrom(const HloInstruction* inst) { in CopyAllControlDepsFrom() function in xla::HloInstruction