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

Bind compile_gradient func.

parent 98fc16c8
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,6 @@ namespace py = pybind11;
namespace Aidge {
void init_GraphViewHelper(py::module &m) {
m.def("producers", &producers, py::arg("graphview"));
m.def("compile_gradient", &compile_gradient, py::arg("graphview"));
}
} // 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