forked from intel/nn-hal
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable native modal load when using remote infer
- Split previous loadNetwork into two parts - create Network: It loads the generated graph Network and dump it as xml and bin - loadNetwork: which now reads the xml and bin and and create infer request - fallback to native inference if remote infer fails. Note: fallback causes load network to trigger load for native infer which increase infer time in fallback scenario, in case of only native infer(no remote infer) compile_model is called twice, thus resulting in longer model time. Sub-Task JIRA: OAM-110562 Tracked-On: OAM-109729 Signed-off-by: Ratnesh Kumar Rai <[email protected]>
- Loading branch information
Showing
5 changed files
with
115 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters