Skip to content

Commit 22c5e51

Browse files
authored
Update operator_metatypes.py
1 parent 44103b4 commit 22c5e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nncf/torch/graph/operator_metatypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ class PTEmbeddingMetatype(PTOperatorMetatype):
968968

969969

970970
@PT_OPERATOR_METATYPES.register()
971-
class PTAtenEmbeddingMetatype(OperatorMetatype):
971+
class PTAtenEmbeddingMetatype(PTOperatorMetatype):
972972
name = "AtenEmbeddingOp"
973973
module_to_function_names = {NamespaceTarget.ATEN: ["embedding"]}
974974
hw_config_names = [HWConfigOpName.EMBEDDING]

0 commit comments

Comments
 (0)