Grouped Convolution for TensorRT

Hi,

I am implementing Alexnet using TensorRT apis.
I got stuck in implementing the grouped convolution layer of Alexnet.
Can you give me the sample code how to pass the arguments for creating the grouped convolution layer during the network addition/creation.

Thanks in advance.