[Hetero] Update pre processing info (#4127)

* [Hetero] Update layout in inputs info

* Azure CI: set testdata branch for Mac

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
This commit is contained in:
Maxim Kurin
2021-02-11 16:00:03 +03:00
committed by GitHub
parent e17f43922e
commit d56d921409

View File

@@ -652,6 +652,7 @@ void HeteroExecutableNetwork::InitNgraph(const InferenceEngine::ICNNNetwork& net
if (itClonedInput != clonedInputs.end() && nullptr != itClonedInput->second) {
itClonedInput->second->getPreProcess() = externalInput.second->getPreProcess();
itClonedInput->second->setPrecision(externalInput.second->getPrecision());
itClonedInput->second->setLayout(externalInput.second->getLayout());
}
}
isInputSubnetwork[id] = std::any_of(std::begin(subgraph._parameters),