Skip to content

Commit

Permalink
Fixed link error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Nov 9, 2021
1 parent 979ee9b commit 78cca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngraph/frontend/tensorflow/src/pass/transpose_sinking.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace frontend {
namespace tf {
namespace pass {

class TF_API TransposeSinkingOVTF : public ov::pass::FunctionPass {
class TransposeSinkingOVTF : public ov::pass::FunctionPass {
public:
OPENVINO_RTTI("ov::frontend::tf::pass::TransposeSinkingOVTF");
TransposeSinkingOVTF() {
Expand Down

0 comments on commit 78cca36

Please sign in to comment.