DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, including all DirectX 12-capable GPUs from vendors such as AMD, Intel, NVIDIA, and Qualcomm.
How should the axis direction calculated?
e.g. different direction for down or up sampling? Different direction for nearest neighbor vs linear?
Or does that not really matter?
Thanks!
Hello! The DirectMLX.h header file has the following definition:
How should the axis direction calculated? e.g. different direction for down or up sampling? Different direction for nearest neighbor vs linear? Or does that not really matter? Thanks!