How to differentiate between conv2d and depthwise_conv2d in relax?

In relay IR, qnn.conv2d() node has a param called groups and if it is greater than 1, it means that it is depthwise convolution. But in relax IR, it omits this argument. Is there a way to keep “groups” as an attribute of qnn.conv2d() node in relax IR?