Skip to content

Commit

Permalink
do (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and tqchen committed Mar 23, 2019
1 parent a610ede commit 8ef35dc
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 8ef35dc

Please sign in to comment.