feat: toy tutorial chapter 3.
Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
This commit is contained in:
3
examples/transpose_transpose.hello
Normal file
3
examples/transpose_transpose.hello
Normal file
@@ -0,0 +1,3 @@
|
||||
def transpose_transpose(x) {
|
||||
return transpose(transpose(x));
|
||||
}
|
||||
Reference in New Issue
Block a user