Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1172 static std::unique_ptr<HloInstruction> CreateAddDependency(
H A Dhlo_instruction.cc1451 HloInstruction::CreateAddDependency(HloInstruction* data_operand, in CreateAddDependency() function in xla::HloInstruction
2147 clone = CreateAddDependency(new_operands[0], new_operands[1]); in CloneWithNewOperands()
H A Dhlo_parser.cc1765 HloInstruction::CreateAddDependency(operands[0], operands[1])); in CreateInstruction()