Remove comment

This commit is contained in:
Ilya Churaev 2023-07-19 17:20:43 +04:00
parent 08b478c070
commit 99e26de4ca

View File

@ -688,9 +688,6 @@ void ov::hetero::CompiledModel::export_model(std::ostream& model_stream) const {
for (const auto& comp_model_desc : m_compiled_submodels) {
if (comp_model_desc.compiled_model->supports_caching()) {
// Batch plugin reports property of low level plugin
// If we use Batch plugin inside hetero, we won't be able to call export
// Auto batch plugin will throw NOT_IMPLEMENTED
comp_model_desc.compiled_model->export_model(model_stream);
} else {
auto model = comp_model_desc.model;