Cannot run the sample code , With message: "Check failed: oshape_sum == data_shape_sum "

I delete the original post,and change the code privileges.

My environment is:

  1. os: ubuntu 18.04;
  2. cuda:10.0;
  3. clang:10.0;
  4. tvm main branch at 55d81720f3d05bce559d8b4d7972f54b0fa3eb60
  5. python library: tflite 2.1.0

I build and install tvm as the manual,and run ./tests/scripts/task_cpp_unittest.sh , every thing is ok.

I use the python code as follow:

https://colab.research.google.com/drive/13c3yapuhOjLiyCb_MsFSSrm2eSg6UWzP?usp=sharing

but it crashed. The message at the bottom of the url above.

I need help !