[MXNet] compiled mx.nd.take output is wrong

I prepared MXNet Hybrid block which uses F.take(x, [1,2], axis=1).

MXNet and TVM outputs are different.

Script and output are below:

http://beta.mxnet.io/r/api/mx.nd.take.html

@haichen What you think?

I’ll take a look when I get some time.