| 2759 | } |
| 2760 | |
| 2761 | bool HloInstruction::IsFused() const { return parent_->IsFusionComputation(); } |
| 2762 | |
| 2763 | bool HloInstruction::IsInputFusion() const { |
| 2764 | return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kInput; |
no test coverage detected