The best importer right now is from ONNX so I would start with a Tensorflow -> ONNX converter like this https://github.com/onnx/tensorflow-onnx
There is also a small tutorial by Microsoft https://docs.microsoft.com/en-us/windows/ai/windows-ml/tutorials/tensorflow-convert-model
Thanks that's very helpful, will give it a try