Searched refs:after_all (Results 1 – 6 of 6) sorted by relevance
227 Status HandleAfterAll(HloInstruction* after_all) override;
1165 Status HloEvaluator::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() argument1166 evaluated_[after_all] = LiteralUtil::CreateToken(); in HandleAfterAll()
182 Status HandleAfterAll(HloInstruction* after_all) override;
1469 Status IrEmitterUnnested::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() argument
2638 Status IrEmitter::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() argument2639 TF_RET_CHECK(ByteSizeOf(after_all->shape()) == 0); in HandleAfterAll()2641 TF_RETURN_IF_ERROR(EmitTargetAddressForOp(after_all)); in HandleAfterAll()