Pairing DirectML with the ONNX Runtime is often the most straightforward way for many developers to bring hardware-accelerated AI to their users at scale. These three steps are a general guide for using this powerful combo
The ONNX format enables you to leverage ONNX Runtime with DirectML, which provides cross-hardware capabilities.
To convert your model to the ONNX format, you can utilize ONNXMLTools or Olive.
Once you have an .onnx model, leverage Olive powered by DirectML to optimize your model. You'll see dramatic performance improvements that you can deploy across the Windows hardware ecosystem.