Skip to content

Commit

Permalink
fix prelu name
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpv committed Jul 8, 2024
1 parent fd0e33c commit 138cf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/openvino/graph/metatypes/openvino_metatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class OVEluMetatype(OVOpMetatype):
@OV_OPERATOR_METATYPES.register()
class OVPReluMetatype(OVOpMetatype):
name = "PReluOp"
op_names = ["PReLU"]
op_names = ["PRelu"]


@OV_OPERATOR_METATYPES.register()
Expand Down

0 comments on commit 138cf55

Please sign in to comment.