Any operators that have the same function as the Interp operator in Caffe

I would like to find any operator in Mxnet, which have the same function as Interp in Caffe.
Thanks

Hi @sanyuan,

Could you give a brief summary of what Interp layer does? If it’s interpolation, there’s an operator in MXNet called UpSampling that could do what you need. You can choose either bilinear or nearest as the upsampling method with the sample_type argument.