Files
apache--tvm/python/tvm/runtime
Greg Bonik a9c610f1c0 [TVMScript] Add ObjectPath class (#11977)
Motivation:

Same IR node object can be referenced in several different contexts inside a larger IR object. For example, a variable could be referenced in several statements within a block.

This makes it impossible to use an object pointer to uniquely identify a "location" within the larger IR object for error reporting purposes. The `ObjectPath` class addresses this problem by serving as a unique "locator".

Tracking issue: https://github.com/apache/tvm/issues/11912
2022-07-13 16:03:11 -07:00
..