Importing TF 2.0?

Since tensorflow 2.0 is released, does DL4j support importing tf2.0’s model? If yes, any examples available now ?

TensorFlow 2.0 seems to mainly impact the user API, not the actual file format for saved graphs, as far as we have seen.
Though we need to do more testing, you should be able to load TF 2.0 frozen models without issue in SameDiff.

No examples on TF 2.0 specifically, but it should be exactly the same as TF 1.x