[CPU] Unreachable code fix in Interaction fusion transformation (#14353)
This commit is contained in:
parent
b41fb5f4e5
commit
a246bdb3a0
|
|
@ -19,7 +19,6 @@ std::shared_ptr<ngraph::Node> ov::intel_cpu::InteractionNode::clone_with_new_inp
|
||||||
INTERNAL_OP_SCOPE(InteractionNode_with_new_inputs);
|
INTERNAL_OP_SCOPE(InteractionNode_with_new_inputs);
|
||||||
check_new_args_count(this, new_args);
|
check_new_args_count(this, new_args);
|
||||||
return std::make_shared<ov::intel_cpu::InteractionNode>(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() {
|
void ov::intel_cpu::InteractionNode::validate_and_infer_types() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue