struct sdpa_dims_tΒΆ

struct sdpa_dims_t
{
    // fields

    dim mb;
    dim seq_len;
    dim head_num;
    dim head_size;
    dim query_num;
};