struct mqa_dims_tΒΆ

struct mqa_dims_t
{
    // fields

    dim mb;
    dim seq_len;
    dim q_head_num;
    dim head_size;
};