Display directly from GPU memory to HDMI

Is there a way to render the deep learning model output (rgb image) from cuda (gpu memory) directly to a display using something like hdmi without moving it to cpu memory?

For faster work, I want to render without going through the CPU.