view

Function view 

Source
pub fn view<'c>(
    context: &'c Context,
    source: Value<'c, '_>,
    byte_shift: Value<'c, '_>,
    sizes: &[Value<'c, '_>],
    result_type: MemRefType<'c>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Create a memref.view operation.