Forum Discussion

YJing8's avatar
YJing8
Icon for New Contributor rankNew Contributor
6 years ago

Is there any a little detail source code of the loadnetwork in Inference engine

"ExecutableNetwork Core::LoadNetwork(CNNNetwork network, const std::string & deviceName, const std::map<std::string, std::string> & config)"

The return of this function is "_impl->GetCPPPluginByName(deviceName_).LoadNetwork(network, config_);"

Is there any a little detail source code of the loadnetwork in Inference engine