These samples provide examples of DirectML concepts and code.
- HelloDirectML: A minimal "hello world" application that executes a single DirectML operator.
- DirectMLSuperResolution: A sample that uses DirectML to execute a basic super-resolution model to upscale video from 540p to 1080p in real time.
- YOLO-V4: An object-detection sample that uses the YOLO V4 model on a video file.