Skip to content
Snippets Groups Projects
Commit cef56fc7 authored by Tang, Cheng's avatar Tang, Cheng Committed by Tianqi Chen
Browse files

expose SaveToFile symbol on windows (#1685)

parent 075b3677
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ 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,
const std::string& format);
TVM_DLL virtual void SaveToFile(const std::string& file_name,
const std::string& format);
/*!
* \brief Save the module to binary stream.
* \param stream The binary stream to save to.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment