BATCH_MATMUL is not supported in frontend TFLite

I’m trying to convert a TfLite model to TVM and I encountered this problem: The following operators are not supported in frontend TFLite : ‘BATCH_MATMUL’

TVM version: 0.7.dev1 TfLite parser package version:2.3.0

I realized that the batch matmul operator existed in TVM. How to convert it from TfLite to TVM? Any advice will be helpful. Thank you.