Skip to content

Commit

Permalink
Update identity.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKrzem authored Nov 28, 2024
1 parent 78998d5 commit 3ffb8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/nodes/identity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bool Identity::isSupportedOperation(const std::shared_ptr<const ov::Node>& op, s
}

Identity::Identity(const std::shared_ptr<ov::Node>& op, const GraphContext::CPtr& context)
: Node(op, context, NgraphShapeInferFactory(op, PortMask(0, 1, 2))) {
: Node(op, context, NgraphShapeInferFactory(op)) {
std::string errorMessage;
if (!isSupportedOperation(op, errorMessage)) {
THROW_CPU_NODE_ERR(errorMessage);
Expand Down

0 comments on commit 3ffb8f7

Please sign in to comment.