You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fx2trt] Support conv1d converter for module (#45)
Summary:
Pull Request resolved: https://github.com/pytorch/fx2trt/pull/45
Extend the support for conv1d converter for the module for fx2trt
As 2d convolution is not supported by TensorRT, this patch maps conv1d operation to conv2d with a pair of unsqueeze and squeeze.
Reviewed By: wushirong
Differential Revision: D35395174
fbshipit-source-id: 5b564609998f103d083d1451e5d64f6224eaf695
0 commit comments