From cd24afa31b2055d4653eea51d1d0b084501c1c3b Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Fri, 22 Mar 2019 19:03:52 -0700 Subject: [PATCH] do --- include/tvm/relay/pass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tvm/relay/pass.h b/include/tvm/relay/pass.h index eb1084a0279c..11273881e9ee 100644 --- a/include/tvm/relay/pass.h +++ b/include/tvm/relay/pass.h @@ -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. * @@ -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