-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
TensorFlow FrontEnd Refactoring #9173
Conversation
…ow_fe/refactoring
…ow_fe/refactoring
…ow_fe/refactoring
…ow_fe/refactoring
…ow_fe/refactoring
/// 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 { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Details:
ov::frontend -> ov::frontend::tensorflow
"tensorflow_frontend" -> "openvino/frontends/tensorflow"
FrontEndTF -> tensorflow::FrontEnd (same for Model and Places)
Tickets: