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 !23
parents b1f0cbed 2970614c
Branches
Tags
2 merge requests!27v0.2.0,!23[fix] Remove tensor registration due to...
Pipeline #59879 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.
Please register or to comment