Home
last modified time | relevance | path

Searched refs:CreateAsyncDone (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc784 HloInstruction* async_done = AddInstruction(HloInstruction::CreateAsyncDone( in CreateAsyncInstructions()
Dhlo_instruction.h639 static std::unique_ptr<HloInstruction> CreateAsyncDone(
Dhlo_instruction.cc231 CreateAsyncDone(shape, operands(0), computations(0), async_group_id, in CreateFromProto()
1205 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateAsyncDone( in CreateAsyncDone() function in xla::HloInstruction
Dhlo_instruction_test.cc1732 entry_builder.AddInstruction(HloInstruction::CreateAsyncDone( in TEST_F()
Dhlo_parser.cc1693 return builder->AddInstruction(HloInstruction::CreateAsyncDone( in CreateInstruction()