0

Is it possible to call any ONNX Runtime Execution provider through WinML API? I'm able to run custom DML through WinML but unable to find steps for WinML to onnxruntime EP.

ms2579
  • 11
  • 2

1 Answers1

0

thanks for the question. The supported path for the Windows ML API is to use the DML EP. This diagram illustrates how Windows ML uses the ONNX Runtime for CPU inferencing, and the DirectML EP for GPU acceleration across all Windows devices.

Adele
  • 51
  • 2