AssertionError op.BuiltinOptionsType() == BuiltinOptions.ReshapeOptions

When i run this code appears the error:“AssertionError op.BuiltinOptionsType() == BuiltinOptions.ReshapeOptions”

func, params = relay.frontend.from_tflite(tflite_model, shape_dict={input_tensor: input_shape}, dtype_dict={input_tensor: input_dtype})