| 3816 | } |
| 3817 | |
| 3818 | RandomDistribution HloInstruction::random_distribution() const { |
| 3819 | return Cast<HloRngInstruction>(this)->random_distribution(); |
| 3820 | } |
| 3821 | |
| 3822 | int64 HloInstruction::parameter_number() const { |
| 3823 | return Cast<HloParameterInstruction>(this)->parameter_number(); |
no outgoing calls
no test coverage detected