Commit cef56fc7 by Tang, Cheng Committed by Tianqi Chen

expose SaveToFile symbol on windows (#1685)

parent 075b3677
......@@ -103,7 +103,7 @@ class ModuleNode {
* \param file_name The file to be saved to.
* \param format The format of the file.
*/
virtual void SaveToFile(const std::string& file_name,
TVM_DLL virtual void SaveToFile(const std::string& file_name,
const std::string& format);
/*!
* \brief Save the module to binary stream.
......
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