Skip to main content

pack_planar_image

Function pack_planar_image 

Source
pub fn pack_planar_image<T: TensorElement, const CHANNELS: usize>(
    image: PlanarImageView<'_, T, CHANNELS>,
) -> Result<TensorBuffer, TensorError>
Expand description

Explicitly packs a possibly strided planar image view into an owned CHW tensor.