- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It is used to load the network for you application. You may refer to https://docs.openvinotoolkit.org/latest/classInferenceEngine_1_1InferencePlugin.html#a0ca00d832aa35ecdefdfb456b62e51d4 for each of the source code information.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page