Skip to main content

Mojo function

transpose_inplace

transpose_inplace[rows: Int, cols: Int, dtype: DType](buf: TileTensor[dtype, buf.LayoutType, buf.origin, address_space=buf.address_space, linear_idx_type=buf.linear_idx_type, element_size=buf.element_size])

transpose_inplace[rows: Int, cols: Int, dtype: DType](buf: LayoutTensor[dtype, buf.layout, buf.origin, address_space=buf.address_space, element_layout=buf.element_layout, layout_int_type=buf.layout_int_type, linear_idx_type=buf.linear_idx_type, masked=buf.masked, alignment=buf.alignment])

Was this page helpful?