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