TFLite FULLY_CONNECTED

when I try a pretrained tflite model, get a error:
tvm.error.OpNotImplemented: The following operators are not supported in frontend TFLite: ‘FULLY_CONNECTED’.
FULLY_CONNECTED will be add in op in future?

Would you make contribution of this op? I think it is not difficult.

I try to add the support of FULLY_CONNECTED in https://github.com/dmlc/tvm/pull/3019. Could you help review the request?

I will help to review it later of today or tomorrow.