Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and wweic committed Mar 24, 2019
1 parent bc1412a commit 72a8924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tvm/relay/pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ struct StructuralHash {
*
* \return expression in A-Normal Form
*/
Expr ToANormalForm(const Expr& e, const Module& mod);
TVM_DLL Expr ToANormalForm(const Expr& e, const Module& mod);

/*! \brief Remove let binding and directly share via pointer instead.
*
Expand All @@ -538,7 +538,7 @@ Expr ToANormalForm(const Expr& e, const Module& mod);
*
* \return the expression in graph normal form.
*/
Expr ToGraphNormalForm(const Expr& e);
TVM_DLL Expr ToGraphNormalForm(const Expr& e);

} // namespace relay
} // namespace tvm
Expand Down

0 comments on commit 72a8924

Please sign in to comment.