struct mlp_dims_tΒΆ

struct mlp_dims_t
{
    // fields

    dim mb;
    dim ic;
    dim oc;
};