hello-mlir/examples/transpose_transpose.hello
jackfiled eacf20fe3c
feat: toy tutorial chapter 3.
Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
2025-06-02 17:22:53 +08:00

3 lines
64 B
Plaintext

def transpose_transpose(x) {
return transpose(transpose(x));
}