I have an ONNX model I wish to evaluate images against, from a C# Windows service (non UWP). I don't see any way to get to the Windows ML framework from C# outside of building a UWP app, is that correct?
I found this posting which seems to indicate that it is possible from C++.
Is there at least a well known COM wrapper or something for it?