Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis_test.cc276 HloInstruction::CreateAddDependency(constant, token)); in TEST_F()
Dhlo_instruction.h1041 static std::unique_ptr<HloInstruction> CreateAddDependency(
Dhlo_instruction.cc1177 HloInstruction::CreateAddDependency(HloInstruction* data_operand, in CreateAddDependency() function in xla::HloInstruction
1812 clone = CreateAddDependency(new_operands[0], new_operands[1]); in CloneWithNewOperands()
Dhlo_parser.cc1390 HloInstruction::CreateAddDependency(operands[0], operands[1])); in ParseInstructionRhs()