Function melior::dialect::ods::vector::scan

source ·
pub fn scan<'c>(
    context: &'c Context,
    dest: Type<'c>,
    accumulated_value: Type<'c>,
    source: Value<'c, '_>,
    initial_value: Value<'c, '_>,
    kind: Attribute<'c>,
    reduction_dim: IntegerAttribute<'c>,
    inclusive: Attribute<'c>,
    location: Location<'c>
) -> ScanOperation<'c>
Expand description

Creates a scan operation.