Updated python main.cpp
This commit is contained in:
parent
0a856c3f82
commit
45688c7ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ PYBIND11_MODULE(kp, m) {
|
|||
.def(py::init())
|
||||
.def(py::init<uint32_t>())
|
||||
.def(py::init<uint32_t,const std::vector<uint32_t>&,const std::vector<std::string>&>())
|
||||
.def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0, py::arg("desired_extensions") = std::vector<std::string>())
|
||||
.def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0)
|
||||
.def("tensor", [np](kp::Manager& self,
|
||||
const py::array_t<float> data,
|
||||
kp::Tensor::TensorTypes tensor_type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue