Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[TVMScript] TracedObject class that simplifies tracing ObjectPaths (a…
Browse files Browse the repository at this point in the history
…pache#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: apache#11912
  • Loading branch information
gbonik authored and xinetzone committed Nov 25, 2022
1 parent 92d4819 commit 1cd1c5c
Show file tree
Hide file tree
Showing 2 changed files with 750 additions and 0 deletions.
Loading

0 comments on commit 1cd1c5c

Please sign in to comment.