Skip to content

Commit 084d05b

Browse files
chsiggchencha3
authored andcommitted
[mlir][tensor] NFC: fully qualify verifyEncoding arguments.
1 parent fba15fa commit 084d05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/IR/TensorEncoding.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def VerifiableTensorEncoding : AttrInterface<"VerifiableTensorEncoding"> {
3434
/*retTy=*/"::mlir::LogicalResult",
3535
/*methodName=*/"verifyEncoding",
3636
/*args=*/(ins
37-
"ArrayRef<int64_t>":$shape,
38-
"Type":$elementType,
37+
"::mlir::ArrayRef<int64_t>":$shape,
38+
"::mlir::Type":$elementType,
3939
"::llvm::function_ref<::mlir::InFlightDiagnostic()>":$emitError)
4040
>,
4141
];

0 commit comments

Comments
 (0)