Add input/output to ov ExecNetwork#7650
Merged
azhogov merged 65 commits intoopenvinotoolkit:masterfrom Oct 12, 2021
Merged
Conversation
inference-engine/tests/functional/plugin/shared/include/behavior/ov_exec_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/src/cpp/ie_executable_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
...engine/src/inference_engine/src/cpp_interfaces/interface/ie_iexecutable_network_internal.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/src/cpp_interfaces/interface/ie_iplugin_internal.cpp
Outdated
Show resolved
Hide resolved
inference-engine/tests/functional/plugin/shared/include/behavior/ov_exec_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/src/cpp/ie_executable_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/tests/functional/plugin/shared/include/behavior/ov_exec_network.hpp
Show resolved
Hide resolved
inference-engine/src/inference_engine/src/cpp/ie_executable_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/plugin_api/cpp_interfaces/interface/ie_iexecutable_network_internal.hpp
Outdated
Show resolved
Hide resolved
|
|
||
| auto execNetwork = std::make_shared<MKLDNNExecNetwork>(cnnnetwork, conf, extensionManager, weightsSharing); | ||
|
|
||
| SetExeNetworkInfo(execNetwork, cnnnetwork.getFunction()); |
Contributor
There was a problem hiding this comment.
who will call it for other plugins?
Can we create new inputs / outputs based on existing GetInputsInfo(), GetOutputsInfo() for import flow?
Contributor
There was a problem hiding this comment.
let's create task on GNA, KMB, MYRIAD plugins
ilya-lavrenov
approved these changes
Oct 11, 2021
ilya-lavrenov
approved these changes
Oct 11, 2021
tadamowicz
pushed a commit
to tadamowicz/openvino
that referenced
this pull request
Aug 30, 2023
* Added template for new tests * Fixed simple test * Added output tests * Removed get_result/get_parameter methods * Fixed documentation * Fixed functional tests * Fixed caching tests * Added new test for import * Added new tests * Fixed code style * Fixed comments * Fixed tests * Fixed code style * Save version in the function Fixed pre-post processing * Change IR version * Fixed documentation * Fixed MockICore * HETERO almost works * Fixed tests and core logic * Disabled some CPU tests * Tmp disable fp16 for template * Fixed tests and clang-format * Small fixes * Fix * Simplified code in templatePlugin * Added IE precisions checks * Simplified hetero plugin * Added ieImportExportedFunction test * Added MYRIAD test * Skip tests directly in tests * More correct filter for CPU * Fixed CPU tests * Template plugin tests * Some comments * FIxed clanf-format * Removed myriad tests * Fixed comment * small changes * Fixed condition * Fixed unit tests * clang-format * Comment * Hetero plugin update * Fixed tests * Moved re-create under ig * Fixed clang-format * Fixed some caching_tests * Disable some caching_tests * Fixed setLayout with dynamic case * Fixed clang-format * Disable execution graph * Disabled one more CPU test * Simplified regex * Disabled GNA tests Co-authored-by: y <ilya.lavrenov@intel.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details: