Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved template backend to new API #15878

Merged

Conversation

ilyachur
Copy link
Contributor

Details:

Tickets:

  • ticket-id

@ilyachur ilyachur requested a review from a team as a code owner February 22, 2023 09:18
@github-actions github-actions bot added category: build OpenVINO cmake script / infra category: TEMPLATE OpenVINO Template plugin labels Feb 22, 2023
@ilyachur ilyachur requested review from a team as code owners February 22, 2023 12:38
@github-actions github-actions bot added the category: IE Tests OpenVINO Test: plugins and common label Feb 22, 2023
src/plugins/template/backend/backend.hpp Outdated Show resolved Hide resolved
src/plugins/template/backend/backend.cpp Outdated Show resolved Hide resolved
src/plugins/template/backend/executable.cpp Outdated Show resolved Hide resolved
src/plugins/template/src/infer_request.cpp Outdated Show resolved Hide resolved
@@ -84,7 +86,7 @@ std::vector<std::pair<ngraph::element::Type, std::vector<std::uint8_t>>>
interpreterFunction(const std::shared_ptr<Function> &function,
const std::vector<std::vector<std::uint8_t>> &inputs,
const std::vector<ngraph::element::Type> &inputTypes) {
auto backend = runtime::Backend::create();
auto backend = ov::runtime::Backend::create();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use template plugin here?

@ilya-lavrenov ilya-lavrenov added this to the 2023.0 milestone Feb 22, 2023
@ilyachur ilyachur requested a review from a team as a code owner February 23, 2023 07:35
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Feb 23, 2023
@ilyachur ilyachur merged commit e534efd into openvinotoolkit:master Mar 1, 2023
@ilyachur ilyachur deleted the move_template_backend_to_ov_api branch March 1, 2023 03:12
andrei-cv pushed a commit to andrei-cv/openvino that referenced this pull request Mar 21, 2023
* Moved template backend to new API

* Fixed compilation

* Fixed some comments

* Fixed ov_core_unit_tests

* Fixed some tests

* Fixed ONNX Frontend tests

* Fixed transformation tests

* Fixed dynamic tests

* Fixed sporadic in CPU tests

* Added WA for plugin

* Fixed copy_to for scalar tensors
Maxim-Doronin added a commit to Maxim-Doronin/openvino that referenced this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra category: Core OpenVINO Core (aka ngraph) category: IE Tests OpenVINO Test: plugins and common category: TEMPLATE OpenVINO Template plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants