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

Move all a ops to ov #7336

Merged
merged 35 commits into from
Sep 3, 2021
Merged

Conversation

ilyachur
Copy link
Contributor

@ilyachur ilyachur commented Sep 2, 2021

Details:

@ilyachur ilyachur force-pushed the move_all_a_ops_to_ov branch from 4d1baa7 to 5d646ac Compare September 2, 2021 09:57
@ilyachur ilyachur marked this pull request as ready for review September 3, 2021 03:18
@ilyachur ilyachur added the category: Core OpenVINO Core (aka ngraph) label Sep 3, 2021
@ilyachur ilyachur added this to the 2022.1 milestone Sep 3, 2021
@@ -18,30 +18,27 @@
#include "ngraph/runtime/host_tensor.hpp"
#include "ngraph/runtime/reference/acos.hpp"

using namespace std;
using namespace ngraph;
NGRAPH_RTTI_DEFINITION(ov::op::v0::Acos, "Acos", 0);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
NGRAPH_RTTI_DEFINITION(ov::op::v0::Acos, "Acos", 0);
OPENVINO_RTTI_DEFINITION(ov::op::v0::Acos, "Acos", 0, util::UnaryElementwiseArithmetic);

Copy link
Contributor Author

@ilyachur ilyachur Sep 3, 2021

Choose a reason for hiding this comment

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

Thanks, I will fix it in the separate PR.

@@ -10,30 +10,27 @@
#include "ngraph/runtime/host_tensor.hpp"
#include "ngraph/runtime/reference/abs.hpp"

using namespace std;
using namespace ngraph;
NGRAPH_RTTI_DEFINITION(ov::op::v0::Abs, "Abs", 0);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
NGRAPH_RTTI_DEFINITION(ov::op::v0::Abs, "Abs", 0);
OPENVINO_RTTI_DEFINITION(ov::op::v0::Abs, "Abs", 0, util::UnaryElementwiseArithmetic);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I will fix it in the separate PR.

@ilyachur ilyachur merged commit f33c03e into openvinotoolkit:master Sep 3, 2021
@ilyachur ilyachur deleted the move_all_a_ops_to_ov branch September 3, 2021 07:53
akuporos pushed a commit to akuporos/openvino that referenced this pull request Sep 6, 2021
* Moved ngraph::Node to ov namespace

* Fixed code style

* Fixed VPU

* Fixed GNA

* Fixed tests

* Added aliases for backward compatibility

* Fix clDNN

* Try to fix build

* Fixed comment

* Renamed RTTI macros

* Moved op utils to ov namespace

* Fixed ngraph library build

* Fixed unit-tests

* Changed src folder

* Fixed recurrent_sequence

* Changed low latency

* Fixed serialize

* Fixed ieFuncTests

* Try to fix windows

* Remove custom operator<< from tests

* Fixed build

* Moved operations from A to ov namespace
akuporos pushed a commit to akuporos/openvino that referenced this pull request Sep 29, 2021
* Moved ngraph::Node to ov namespace

* Fixed code style

* Fixed VPU

* Fixed GNA

* Fixed tests

* Added aliases for backward compatibility

* Fix clDNN

* Try to fix build

* Fixed comment

* Renamed RTTI macros

* Moved op utils to ov namespace

* Fixed ngraph library build

* Fixed unit-tests

* Changed src folder

* Fixed recurrent_sequence

* Changed low latency

* Fixed serialize

* Fixed ieFuncTests

* Try to fix windows

* Remove custom operator<< from tests

* Fixed build

* Moved operations from A to ov namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants