How do I confirm if Gaudi supports all the ops in my model?

Gaudi supports many Ops, with more added in every release. A full list of TensorFlow ops can be found in the the TensorFlow Operators document and PyTorch ops can be found in the Pytorch Operators document.

If an Operator is not supported it is intended to will fall back to run on the Host CPU, and the model is intended to still be functional.