Reshape GIE/TensorRT 1.0 layer

Hello, I am implementing YOLO v1 on GIE(TensorRT 1.0). I would like to reshape a layer from (h, w, c) to (h/2, w/2, c22). How would I achieve this is GIE?