Test commit

This commit is contained in:
Ilya Churaev
2022-07-23 16:32:37 +02:00
parent cb6ca7bb89
commit 977b83f2ba

View File

@@ -557,6 +557,7 @@ CNNNetwork details::ReadNetwork(const std::string& model,
inputModel = FE->load(params);
}
if (inputModel) {
// Test commit
auto ngFunc = FE->convert(inputModel);
return convert_to_cnnnetwork(ngFunc, exts, newAPI, frontendMode);
}