export_canonical_pipeline

Function export_canonical_pipeline 

Source
pub fn export_canonical_pipeline(
    dtype: &DType,
    len: usize,
    pipeline: &mut dyn Kernel,
    mask: &Mask,
) -> VortexResult<Canonical>
Expand description

Export canonical data from a pipeline kernel with the given mask.