pub fn load_one_image_from_memory( image_bytes: &[u8], ) -> Result<Tensor, Box<dyn Error>>
Load one image from the memory image_bytes: the bytes of the image return: the image tensor