Skip to content
Snippets Groups Projects
Commit b60ad289 authored by Thibault Allenet's avatar Thibault Allenet Committed by Olivier BICHLER
Browse files

Update pybind_core with compact data binding

parent f4d3d101
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!262Low bit support for ARM Cortex-M export
This commit is part of merge request !262. Comments created here will be created in the context of that merge request.
...@@ -17,6 +17,7 @@ namespace py = pybind11; ...@@ -17,6 +17,7 @@ namespace py = pybind11;
namespace Aidge { namespace Aidge {
void init_Random(py::module&); void init_Random(py::module&);
void init_CompactData(py::module&);
void init_Data(py::module&); void init_Data(py::module&);
void init_Database(py::module&); void init_Database(py::module&);
void init_DataProvider(py::module&); void init_DataProvider(py::module&);
...@@ -101,6 +102,7 @@ void init_Filler(py::module&); ...@@ -101,6 +102,7 @@ void init_Filler(py::module&);
void init_Aidge(py::module& m) { void init_Aidge(py::module& m) {
init_Random(m); init_Random(m);
init_CompactData(m);
init_Data(m); init_Data(m);
init_Database(m); init_Database(m);
......
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