cast

Function cast 

Source
pub fn cast<'c>(
    value: Value<'c, '_>,
    type: MemRefType<'c>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Create a memref.cast operation.