Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h806 static std::unique_ptr<HloInstruction> CreateAddDependency(
Dtuple_points_to_analysis_test.cc274 HloInstruction::CreateAddDependency(constant, token)); in TEST_F()
Dhlo_instruction.cc931 HloInstruction::CreateAddDependency(HloInstruction* data_operand, in CreateAddDependency() function in xla::HloInstruction
1492 clone = CreateAddDependency(new_operands[0], new_operands[1]); in CloneWithNewOperands()
Dhlo_parser.cc914 HloInstruction::CreateAddDependency(operands[0], operands[1])); in ParseInstructionRhs()