Skip to content

Commit

Permalink
adding new operations (#50)
Browse files Browse the repository at this point in the history
* adding new relu operation

* adding in new operations

* fixing file style and formatting

* refactoring code for testing activation functions

* Fix style

* Adding support for new activation function operations

* Adding support for constant operator and updating activation function tests

* Add activation function tests

---------

Co-authored-by: SarahByrneIntel <sarahbyrne@intel.com>
Co-authored-by: Alessandro Palla <alessandro.palla@intel.com>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 679c4f7 commit 1e9a533
Show file tree
Hide file tree
Showing 6 changed files with 809 additions and 7 deletions.
2 changes: 2 additions & 0 deletions include/intel_npu_acceleration_library/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
#include "openvino/opsets/opset1.hpp"
#include "openvino/opsets/opset13.hpp"
#include "openvino/opsets/opset4.hpp"
#include "openvino/opsets/opset5.hpp"
#include "openvino/opsets/opset6.hpp"
#include "openvino/opsets/opset7.hpp"
#include "openvino/opsets/opset8.hpp"
#include "openvino/opsets/opset9.hpp"
#include "openvino/runtime/intel_npu/properties.hpp"

#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
Expand Down
Loading

0 comments on commit 1e9a533

Please sign in to comment.