NotImplementedError: The following operators are not implemented: Conv2DBackpropInput

Hi, there.
I am trying to import a FCN network in tensorflow format. the deconvolution op Conv2DBackpropInput from tensorflow seems not supported by tvm yet. but the op is vital for FCN network for upsampling. Any plans to support this op? Thanks!

We can bring in Slice soon and Conv2DBackdropInput may need some effort.