We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754d77e commit 8442d85Copy full SHA for 8442d85
mlir/docs/Interfaces.md
@@ -765,7 +765,7 @@ interface section goes as follows:
765
* `CallableOpInterface` - Used to represent the target callee of call.
766
- `Region * getCallableRegion()`
767
- `ArrayRef<Type> getArgumentTypes()`
768
- - `ArrayRef<Type> getResultsTypes()`
+ - `ArrayRef<Type> getResultTypes()`
769
- `ArrayAttr getArgAttrsAttr()`
770
- `ArrayAttr getResAttrsAttr()`
771
- `void setArgAttrsAttr(ArrayAttr)`
0 commit comments