jroesch commented on a change in pull request #6162:
URL: https://github.com/apache/incubator-tvm/pull/6162#discussion_r463856280
##########
File path: include/tvm/relay/adt.h
##########
@@ -310,7 +310,7 @@ class Match : public Expr {
* \param clauses The clauses for matching.
* \param complete Indicate if this match is complete.
*/
- TVM_DLL Match(Expr data, tvm::Array<Clause> clauses, bool complete = true);
+ TVM_DLL Match(Expr data, tvm::Array<Clause> clauses, bool complete = true,
Span span = Span());
Review comment:
I think this is fixed everywhere.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]