We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1412a commit 72a8924Copy full SHA for 72a8924
include/tvm/relay/pass.h
@@ -527,7 +527,7 @@ struct StructuralHash {
527
*
528
* \return expression in A-Normal Form
529
*/
530
-Expr ToANormalForm(const Expr& e, const Module& mod);
+TVM_DLL Expr ToANormalForm(const Expr& e, const Module& mod);
531
532
/*! \brief Remove let binding and directly share via pointer instead.
533
@@ -538,7 +538,7 @@ Expr ToANormalForm(const Expr& e, const Module& mod);
538
539
* \return the expression in graph normal form.
540
541
-Expr ToGraphNormalForm(const Expr& e);
+TVM_DLL Expr ToGraphNormalForm(const Expr& e);
542
543
} // namespace relay
544
} // namespace tvm
0 commit comments