torch.gather_error_dim_out_of_range
export type gather_error_dim_out_of_range<
Dim extends number,
Rank extends number,
> = ErrorShape<`gather_error_dim_out_of_range<dim=${Dim}, rank=${Rank}>`>;Dimextends numberRankextends numberGather dimension out of range error.