Does relay support Conv1D?

We want to import a from model from MXNet, which involves Conv1D. Looks like relay doesn’t support it yet.

Can we get around it? e.g. reduce it to another op?