Skip to content

Commit 72a8924

Browse files
MarisaKirisamewweic
authored andcommitted
1 parent bc1412a commit 72a8924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/tvm/relay/pass.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ struct StructuralHash {
527527
*
528528
* \return expression in A-Normal Form
529529
*/
530-
Expr ToANormalForm(const Expr& e, const Module& mod);
530+
TVM_DLL Expr ToANormalForm(const Expr& e, const Module& mod);
531531

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

543543
} // namespace relay
544544
} // namespace tvm

0 commit comments

Comments
 (0)