Lunderberg opened a new pull request, #17096:
URL: https://github.com/apache/tvm/pull/17096

   Prior to this commit, `FAttrsGetter` was defined as a function that returned 
`Map<String, String>`.  However, it is used to define attributes in a 
`Map<String, ObjectRef>`, and in some cases is used to define attributes whose 
value is a dictionary (e.g. `msc_attrs_getter` in 
`python/tvm/contrib/msc/core/transform/pattern.py`).
   
   This commit updates the type signature of `FAttrsGetter` to match its usage, 
returning a `Map<String, ObjectRef>`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to