Commit cef56fc7 by Tang, Cheng Committed by Tianqi Chen

expose SaveToFile symbol on windows (#1685)

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