transpose

Function transpose 

Source
pub fn transpose<'c>(
    context: &'c Context,
    output: Type<'c>,
    input_1: Value<'c, '_>,
    perms: DenseI32ArrayAttribute<'c>,
    location: Location<'c>,
) -> TransposeOperation<'c>
Expand description

Creates a transpose operation.