Skip to content
Snippets Groups Projects
Commit 833596a1 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

[fix] Remove tensor registration due to...

[fix] Remove tensor registration due to c1831eab
parent c1831eab
No related branches found
No related tags found
2 merge requests!279v0.4.0,!259[fix] Temporary fix for export backend that need to register fake tensor backends.
Pipeline #59854 passed
...@@ -5,6 +5,3 @@ import aidge_core ...@@ -5,6 +5,3 @@ import aidge_core
class ExportSerialize(ExportLib): class ExportSerialize(ExportLib):
_name="export_serialize" _name="export_serialize"
aidge_core.register_Tensor(["export_serialize", aidge_core.dtype.float32],
aidge_core.get_key_value_Tensor(["cpu", aidge_core.dtype.float32]))
...@@ -2,8 +2,6 @@ from typing import Dict, List ...@@ -2,8 +2,6 @@ from typing import Dict, List
import aidge_core import aidge_core
from aidge_core.export_utils import ExportNode from aidge_core.export_utils import ExportNode
# import aidge_core
#
class classproperty: class classproperty:
"""Helper class to define class-level properties. """Helper class to define class-level properties.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment