| 4011 | } |
| 4012 | |
| 4013 | ComparisonDirection HloInstruction::comparison_direction() const { |
| 4014 | return Cast<HloCompareInstruction>(this)->direction(); |
| 4015 | } |
| 4016 | |
| 4017 | const TriangularSolveOptions& HloInstruction::triangular_solve_options() const { |
| 4018 | return Cast<HloTriangularSolveInstruction>(this)->triangular_solve_options(); |