Skip to content
Snippets Groups Projects
Commit 309ab5a7 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Add binding for applyWeightInterleaving

parent 3ab0a780
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
Pipeline #60832 failed
......@@ -151,6 +151,14 @@ void init_Recipes(py::module &m)
:param node: Node which Operator will turn into a Generic Operator
:type graph_view: :py:class:`aidge_core.Node`
)mydelimiter");
m.def("apply_weightinterleaving", applyWeightInterleaving, py::arg("node"), R"mydelimiter(
Replace weight Producer linked to the given node with a weight producer with interleaving and format NHWC.
This recipe is specific to the ARM cortex-m export for low bit integer support.
:param node: Node which linked weights will recieve interleaving
:type graph_view: :py:class:`aidge_core.Node`
)mydelimiter");
}
} // namespace Aidge
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