Construct ConstantNode

Hi all, I want to constructing a new ConstantNode, the old_weight->data.Shape() is (10,896), the new weight->data.Shape I want to Set to (10,14,8,8), and I use Expr new_weight = Constant(old_weight->data) to constrcut. But the relay IR have something wrong:

it looks like messy code。How should I solve it?