Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check disabled tests #3441

Merged
merged 21 commits into from
Dec 23, 2020
Merged

Conversation

bszmelcz
Copy link
Contributor

@bszmelcz bszmelcz commented Dec 1, 2020

Enable previously disabled tests for the following operators:

  • LogicalNot : minor change in code was needed
  • LogicalOr
  • LogicalAnd
  • LogicalXor
  • ReduceLogicalAnd
  • ReduceLogicalOr
  • GreaterEqual
  • LessEqual

ticket : 43955

@bszmelcz bszmelcz added the category: Core OpenVINO Core (aka ngraph) label Dec 1, 2020
@bszmelcz bszmelcz requested review from ilyachur, sdurawa and a team December 1, 2020 21:37
@openvino-pushbot openvino-pushbot added the category: IE Tests OpenVINO Test: plugins and common label Dec 1, 2020
@bszmelcz bszmelcz marked this pull request as draft December 4, 2020 11:05
@bszmelcz bszmelcz requested a review from ilyachur December 15, 2020 08:27
@bszmelcz bszmelcz marked this pull request as ready for review December 22, 2020 16:31
@bszmelcz bszmelcz requested a review from ilyachur December 22, 2020 16:31
@ilyachur ilyachur merged commit bc2bd04 into openvinotoolkit:master Dec 23, 2020
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Jan 14, 2021
* add 4 tests for operators based on model zoo

* fix wrong names of the models

* add functional tests for equal, lstm_cell and psroi_pooling operators

* add functional tests for ConverLike and Mod operators

* add funtional tests which were disabled, and add a minor change in convert_function_to_cnn_network.cpp file in order to make LogicalNot operator pass a test

* back to the previous .xml model

* made a changes in ir_layer_parsers.cpp in order to make logicalNot pass a test

* minor fixes to LogicalNot operator in ie_layers_parsers.cpp

* rename friendly name to "not"

* add if statement for Activation type

* fix style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants