Skip to content

Commit

Permalink
Merge pull request openvinotoolkit#55 from mvafin/code_style2/pdpd
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nosovmik authored May 13, 2021
2 parents 8b435ef + 32352d6 commit e9b420a
Show file tree
Hide file tree
Showing 35 changed files with 2,201 additions and 1,996 deletions.
3 changes: 2 additions & 1 deletion ngraph/frontend/paddlepaddle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ endif()

target_link_libraries(paddlepaddle_frontend PRIVATE ${Protobuf_LIBRARIES} PUBLIC ngraph PRIVATE ngraph::builder)

add_clang_format_target(paddlepaddle_frontend_clang FOR_TARGETS paddlepaddle_frontend)
add_clang_format_target(paddlepaddle_frontend_clang FOR_TARGETS paddlepaddle_frontend
EXCLUDE_PATTERNS ${PROTO_SRCS} ${PROTO_HDRS})

# TODO: Consider to remove the following block (inherited from onnx_import just in case).
if (CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ namespace paddle
{
class OpDesc;
class VarDesc;

} // namespace proto
} // namespace framework
} // namespace paddle
Expand Down
Loading

0 comments on commit e9b420a

Please sign in to comment.