Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Dec 28, 2018
1 parent dd59edd commit 9c7cd9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/tvm/relay/pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,14 @@ struct StructuralHash {
* It will turn an expression that is in a graph form (with sharing implicit),
* to an expression with explicit sharing (A Normal Form).
*
* All subexpression will be lifted to the least common ancestor of all scope it is referenced in.
*
* If an expression is not referenced anywhere (it is the root expression) it will be lifted to the outmost scope.
*
* If there are multiple subexpression in the same scope, they are lifted by the postDFS order.
*
* \param e the expression to observably share
*
* \param mod The module used for referencing global functions, can be
* None.
*
Expand Down

0 comments on commit 9c7cd9a

Please sign in to comment.