Does 3D convolution/deconvolution supportted in TensorRT ?

We want to use TensorRT in 3D medical data analysis.Our deep learning model is a 3D Faster_RCNN like object detection model implemented with Pytorch.

Our data is CT Scan and the dimension is [width, height, depth, channel]. Does 3D convolution/deconvolution supportted in the latest TensorRT version ?