pub fn save_image<B: Backend>( image: &Image<B>, path: impl AsRef<Path>, ) -> Result<()>
Saves the image tensor to the specified file path. Assumes image tensor layout is [C, H, W] with float values in [0.0, 1.0].