suport for windows msvc debug compile

This commit is contained in:
qiuzhongya 2022-10-31 20:53:18 +08:00
parent 5c741a126b
commit 4104d139c9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
namespace mindspore { namespace mindspore {
namespace distributed { namespace distributed {
template <typename K, typename V> template <typename K, typename V>
class BACKEND_EXPORT EmbeddingStore { class EmbeddingStore {
public: public:
EmbeddingStore(std::string, size_t, size_t) {} EmbeddingStore(std::string, size_t, size_t) {}
~EmbeddingStore() = default; ~EmbeddingStore() = default;