Commit b2e95e21 authored by carlushuang's avatar carlushuang
Browse files

fix typo 2

parent f19355a2
...@@ -24,7 +24,7 @@ This will result in an executable `build/bin/tile_example_permute` ...@@ -24,7 +24,7 @@ This will result in an executable `build/bin/tile_example_permute`
## some examples ## some examples
``` ```
# torch # torch
x=torch.tensor.randn(2,3,4,6) x=torch.randn(2,3,4,6)
y=x.permute(0,3,2,1).contiguous() y=x.permute(0,3,2,1).contiguous()
# ck_tile # ck_tile
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment