We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44103b4 commit 22c5e51Copy full SHA for 22c5e51
nncf/torch/graph/operator_metatypes.py
@@ -968,7 +968,7 @@ class PTEmbeddingMetatype(PTOperatorMetatype):
968
969
970
@PT_OPERATOR_METATYPES.register()
971
-class PTAtenEmbeddingMetatype(OperatorMetatype):
+class PTAtenEmbeddingMetatype(PTOperatorMetatype):
972
name = "AtenEmbeddingOp"
973
module_to_function_names = {NamespaceTarget.ATEN: ["embedding"]}
974
hw_config_names = [HWConfigOpName.EMBEDDING]
0 commit comments