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

[fix] Remove tensor registration due to...

[fix] Remove tensor registration due to eclipse/aidge/aidge_core@c1831eab
parent 56506f56
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,5 @@ from aidge_core.export_utils import ExportLib ...@@ -3,11 +3,5 @@ from aidge_core.export_utils import ExportLib
class ExportLibAidgeARM(ExportLib): class ExportLibAidgeARM(ExportLib):
_name="aidge_arm" _name="aidge_arm"
# TODO ugly fix for Tensor registration issue...
import aidge_core
aidge_core.register_Tensor(["aidge_arm", aidge_core.dtype.float32],
aidge_core.get_key_value_Tensor(["cpu", aidge_core.dtype.float32]))
class ExportLibCMSISNN(ExportLib): class ExportLibCMSISNN(ExportLib):
_name="export_cmsisnn" _name="export_cmsisnn"
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