Skip to content

Commit

Permalink
Removed backprop operations (openvinotoolkit#1091)
Browse files Browse the repository at this point in the history
* Removed backprop operations

* Fixed build

* Removed AvgPool

* Removed tests for v0 AvgPool

* Fixed code style

* Fixed export
  • Loading branch information
ilyachur authored Jun 29, 2020
1 parent 08cd0f7 commit 182499c
Show file tree
Hide file tree
Showing 87 changed files with 477 additions and 8,561 deletions.
2 changes: 0 additions & 2 deletions ngraph/src/ngraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ set (SRC
pass/nop_elimination.hpp
pass/pass.cpp
pass/pass.hpp
pass/opset0_downgrade.cpp
pass/opset0_downgrade.hpp
pass/opset1_downgrade.cpp
pass/opset1_downgrade.hpp
pass/opset1_upgrade.cpp
Expand Down
1 change: 1 addition & 0 deletions ngraph/src/ngraph/builder/reshape.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace ngraph
///
/// \return The squeezed node.
///
NGRAPH_API
std::shared_ptr<Node> squeeze(const Output<Node>& value,
std::vector<std::size_t> axes = {0});

Expand Down
Loading

0 comments on commit 182499c

Please sign in to comment.