Searched refs:CreateAsyncDone (Results 1 – 5 of 5) sorted by relevance
784 HloInstruction* async_done = AddInstruction(HloInstruction::CreateAsyncDone( in CreateAsyncInstructions()
639 static std::unique_ptr<HloInstruction> CreateAsyncDone(
231 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
1732 entry_builder.AddInstruction(HloInstruction::CreateAsyncDone( in TEST_F()
1693 return builder->AddInstruction(HloInstruction::CreateAsyncDone( in CreateInstruction()