Added support of external modules in static build (#8518)
* Added support of external modules in static build * Enable template plugin static run; disabled CPU tests run in dynamic build * Make FEM library dynamic * Fixed static build * clang-format * Fixed targets * Python tests fix * Fixed python API tests skip * Fixed pattern * Fixed pattern 2 * Don't run template plugin tests in static build
This commit is contained in:
@@ -218,7 +218,9 @@ void TemplatePlugin::ExecutableNetwork::Export(std::ostream& modelStream) {
|
||||
// Note: custom ngraph extensions are not supported
|
||||
std::map<std::string, ngraph::OpSet> custom_opsets;
|
||||
std::stringstream xmlFile, binFile;
|
||||
OPENVINO_SUPPRESS_DEPRECATED_START
|
||||
ov::pass::Serialize serializer(xmlFile, binFile, custom_opsets);
|
||||
OPENVINO_SUPPRESS_DEPRECATED_END
|
||||
serializer.run_on_function(_function);
|
||||
|
||||
auto m_constants = binFile.str();
|
||||
|
||||
Reference in New Issue
Block a user