How to import native Tensorflow2 trained model into TVM Relay?

Can we get an update on how this should be done? There is an example in the doc reading model from a file but I would like to know the way of doing it with a model object (in memory), like:

model = tf.keras.Sequential(layers)
# import model into tvm