Skip to content

Commit

Permalink
[TVMScript] TracedObject class that simplifies tracing ObjectPaths (#…
Browse files Browse the repository at this point in the history
…12299)

Motivation: when printing a piece of TIR, we need to track an ObjectPath from the root TIR object to the currently printed object. This means that we need a convenient way to maintain an ObjectPath whenever we access a sub-object, e.g. via an attribute.

Tracking issue: #11912
  • Loading branch information
gbonik authored Aug 5, 2022
1 parent 485bfaf commit 4231ebb
Show file tree
Hide file tree
Showing 2 changed files with 750 additions and 0 deletions.
Loading

0 comments on commit 4231ebb

Please sign in to comment.