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

TensorFlow FrontEnd Refactoring #9173

Merged

Conversation

itikhono
Copy link
Contributor

@itikhono itikhono commented Dec 13, 2021

Details:

  • Moved Tensorflow FrontEnd to openvino subfolder (openvino/frontends/tensorflow)
  • tf -> tensorflow
  • namespaces for FrontEnd classes:
    ov::frontend -> ov::frontend::tensorflow
  • includes:
    "tensorflow_frontend" -> "openvino/frontends/tensorflow"
  • classes:
    FrontEndTF -> tensorflow::FrontEnd (same for Model and Places)

Tickets:

  • 66120

@itikhono itikhono changed the title Migrate TensorFlow FrontEnd to openvino subfolder TensorFlow FrontEnd Refactoring Dec 16, 2021
@itikhono itikhono marked this pull request as ready for review December 21, 2021 06:18
@itikhono itikhono added this to the 2022.1 milestone Dec 21, 2021
/// Abstract representation for an input model graph that gives nodes in topologically sorted order
class TF_API GraphIterator : ov::RuntimeAttribute {
class TENSORFLOW_API GraphIterator : ov::RuntimeAttribute {
Copy link
Contributor

Choose a reason for hiding this comment

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

will not this macro conflict with actual TF macro?
Would be better to have name like OV_TENSORFLOW_API to denote it's OV specific

Copy link
Contributor

Choose a reason for hiding this comment

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

But maybe we just need to remove a lot of macro per library and use generic OPENVINO_API

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will not this macro conflict with actual TF macro?
what do you mean? I renamed TF macro to TENSORFLOW macro

@ilya-lavrenov ilya-lavrenov enabled auto-merge (squash) December 21, 2021 10:09
@azhogov azhogov disabled auto-merge December 21, 2021 11:35
@azhogov azhogov merged commit 9334f34 into openvinotoolkit:master Dec 21, 2021
@ilya-lavrenov ilya-lavrenov added the platform: linux OpenVINO on Linux platforms label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: linux OpenVINO on Linux platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants