[CPU] Unreachable code fix in Interaction fusion transformation (#14353)

This commit is contained in:
Vladislav Golubev 2022-12-01 17:12:15 +01:00 committed by GitHub
parent b41fb5f4e5
commit a246bdb3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ std::shared_ptr<ngraph::Node> ov::intel_cpu::InteractionNode::clone_with_new_inp
INTERNAL_OP_SCOPE(InteractionNode_with_new_inputs);
check_new_args_count(this, new_args);
return std::make_shared<ov::intel_cpu::InteractionNode>(new_args);
throw ngraph::ngraph_error("Unsupported number of arguments for FullyConnected operation");
}
void ov::intel_cpu::InteractionNode::validate_and_infer_types() {