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

Merge branch 'ExportTensorRegistration' into 'dev'

[fix] Remove tensor registration due to...

See merge request eclipse/aidge/aidge_export_cpp!23
parents b1f0cbed 2970614c
No related branches found
No related tags found
2 merge requests!27v0.2.0,!23[fix] Remove tensor registration due to...
Pipeline #59879 passed
......@@ -8,8 +8,3 @@ class ExportLibCpp(ExportLib):
str(ROOT / "static" / "include" / "network" / "typedefs.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