Soome change

This commit is contained in:
Ilya Churaev 2023-05-29 14:44:18 +04:00
parent 386b3ff985
commit e545d4984e

View File

@ -20,6 +20,6 @@ mutex& get_registry_mutex() {
} }
#ifndef _WIN32 #ifndef _WIN32
template class FactoryRegistry<ngraph::Node>; template class FactoryRegistry<ov::Node>;
#endif #endif
} // namespace ngraph } // namespace ngraph