Skip to content

Commit

Permalink
[FIX] Remove output non-existent check
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKrzem committed Nov 7, 2024
1 parent 252be6d commit 5099b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/src/op/identity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void Identity::Identity::validate_and_infer_types() {
OV_OP_SCOPE(v16_Identity_validate_and_infer_types);

NODE_VALIDATION_CHECK(this, get_input_size() == 1);
NODE_VALIDATION_CHECK(this, get_output_size() != 0);

set_output_type(0, get_input_element_type(0), get_input_partial_shape(0));
}
Expand Down

0 comments on commit 5099b3c

Please sign in to comment.