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

   Previously, the `ObjectPath` utility allowed tracking of an object's 
location within a tree-like structure.  However, the base of the path structure 
was hard-coded to be the string `<root>`.  For use cases such as 
`StructuralEqual`, there is a clear root node.  However, other cases such as 
using `ObjectPath` to specify an object's location relative to a known 
variable, would require using that known variable's name as the root, rather 
than the hard-coded string `<root>`.
   
   This commit adds an optional parameter to provide an alternative name for 
the root node, to allow for these use cases.


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