| 3990 | } |
| 3991 | |
| 3992 | absl::Span<const int64> HloInstruction::gather_slice_sizes() const { |
| 3993 | return Cast<HloGatherInstruction>(this)->gather_slice_sizes(); |
| 3994 | } |
| 3995 | |
| 3996 | const ScatterDimensionNumbers& HloInstruction::scatter_dimension_numbers() |
| 3997 | const { |
no outgoing calls
no test coverage detected