Skip to content
Snippets Groups Projects
Commit 2970614c 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 b1f0cbed
No related branches found
No related tags found
2 merge requests!27v0.2.0,!23[fix] Remove tensor registration due to...
Pipeline #59857 passed
...@@ -8,8 +8,3 @@ class ExportLibCpp(ExportLib): ...@@ -8,8 +8,3 @@ class ExportLibCpp(ExportLib):
str(ROOT / "static" / "include" / "network" / "typedefs.hpp"): "dnn/include/network", str(ROOT / "static" / "include" / "network" / "typedefs.hpp"): "dnn/include/network",
str(ROOT / "static" / "include" / "network" / "utils.hpp"): "dnn/include/network", str(ROOT / "static" / "include" / "network" / "utils.hpp"): "dnn/include/network",
} }
# TODO ugly fix for Tensor registration issue...
import aidge_core
aidge_core.register_Tensor(["export_cpp", aidge_core.dtype.float32],
aidge_core.get_key_value_Tensor(["cpu", aidge_core.dtype.float32]))
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