Function melior::dialect::ods::tensor::gather

source ·
pub fn gather<'c>(
    context: &'c Context,
    result: Type<'c>,
    source: Value<'c, '_>,
    indices: Value<'c, '_>,
    gather_dims: Attribute<'c>,
    location: Location<'c>
) -> GatherOperation<'c>
Expand description

Creates a gather operation.