Error while importing model to TVM

Hi,

I am trying to import a model to TVM environment but facing following error, does anyone has idea about this, AssertionError: Only supports the last dimension in target shape being equal to the channel number of the input tensor.

I have found out this is because of reshaping in the graph, So how could we import reshape here my tensor size was of (1, 13312)

Also from the script, it seems that Reshape only supports 3D data shape, for 4D it rises as error

is this true???