pub fn insert_strided_slice<'c>(
    context: &'c Context,
    res: Type<'c>,
    source: Value<'c, '_>,
    dest: Value<'c, '_>,
    offsets: ArrayAttribute<'c>,
    strides: ArrayAttribute<'c>,
    location: Location<'c>
) -> InsertStridedSliceOperation<'c>
Expand description

Creates an insert_strided_slice operation.