feat: toy tutorial chapter 5.
Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
This commit is contained in:
@@ -224,7 +224,7 @@ def PrintOp : Hello_Op<"print"> {
|
||||
}];
|
||||
|
||||
// The print operation takes an input tensor to print.
|
||||
let arguments = (ins F64Tensor:$input);
|
||||
let arguments = (ins AnyTypeOf<[F64Tensor, F64MemRef]>:$input);
|
||||
|
||||
let assemblyFormat = "$input attr-dict `:` type($input)";
|
||||
}
|
||||
|
Reference in New Issue
Block a user