Commit 624da449 authored by Robert Kimball's avatar Robert Kimball

wip

parent 05062078
...@@ -36,6 +36,6 @@ void regclass_pyngraph_runtime_Backend(py::module m) ...@@ -36,6 +36,6 @@ void regclass_pyngraph_runtime_Backend(py::module m)
ngraph::runtime::Backend::create_tensor); ngraph::runtime::Backend::create_tensor);
backend.def("compile", backend.def("compile",
(std::unique_ptr<ngraph::runtime::Executable>(ngraph::runtime::Backend::*)( (std::unique_ptr<ngraph::runtime::Executable>(ngraph::runtime::Backend::*)(
std::shared_ptr<ngraph::Function>)) & std::shared_ptr<ngraph::Function>, bool)) &
ngraph::runtime::Backend::compile); ngraph::runtime::Backend::compile);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment