Commit 8ef35dc2 by 雾雨魔理沙 Committed by Tianqi Chen

do (#2883)

parent a610edee
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment