Function melior::dialect::ods::tosa::apply_scale

source ·
pub fn apply_scale<'c>(
    context: &'c Context,
    output: Type<'c>,
    value: Value<'c, '_>,
    multiplier: Value<'c, '_>,
    shift: Value<'c, '_>,
    double_round: Attribute<'c>,
    location: Location<'c>
) -> ApplyScaleOperation<'c>
Expand description

Creates an apply_scale operation.