I got a tf graph , imported it into TVM succesfully using api "relay.frontend.from_tensorflow"
Error occurs when :

Error log like this :

The two input tensors of "batchMatMul" node are the same .both of their shapes are [1, 41, 16].
And i traces the soure code here:

i am deeply confused