Skip to content

Commit

Permalink
Moved type prop tests to new API from g to z (openvinotoolkit#19353)
Browse files Browse the repository at this point in the history
* Moved type prop tests to new API from g to z

* Fixed build
  • Loading branch information
ilyachur authored Aug 24, 2023
1 parent ce47522 commit 6deca48
Show file tree
Hide file tree
Showing 116 changed files with 3,855 additions and 3,615 deletions.
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/abs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/abs.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Abs>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/acos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/acos.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Acos>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/acosh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/acosh.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v3::Acosh>;
Expand Down
382 changes: 171 additions & 211 deletions src/core/tests/type_prop/arithmetic_ops.hpp

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/core/tests/type_prop/asin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/asin.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Asin>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/asinh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/asinh.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v3::Asinh>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/atan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/atan.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Atan>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/atanh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/atanh.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v3::Atanh>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/ceiling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/ceiling.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Ceiling>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/cos.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Cos>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/cosh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/cosh.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Cosh>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/erf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/erf.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Erf>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/exp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/exp.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Exp>;
Expand Down
2 changes: 2 additions & 0 deletions src/core/tests/type_prop/floor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/op/floor.hpp"

#include "unary_ops.hpp"

using Type = ::testing::Types<ov::op::v0::Floor>;
Expand Down
Loading

0 comments on commit 6deca48

Please sign in to comment.