pub fn to_memref<'c>(
    context: &'c Context,
    memref: Type<'c>,
    tensor: Value<'c, '_>,
    location: Location<'c>
) -> ToMemrefOperation<'c>
Expand description

Creates a to_memref operation.