How to perform Model Parallel in Tensorflow?

We have Mirror Strategy which uses Data Parallel. Is Model parallel available in TF? What about ZeRO Parallel technique?

I found this TensorFlow forum discussion by using an internet search. It may answer your question.

TensorFlow seems to prefer data parallelism.