Updated algo python
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
932620091c
commit
c758ec0c20
2 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ PYBIND11_MODULE(kp, m) {
|
|||
py::arg("workgroup") = kp::Workgroup(),
|
||||
py::arg("spec_consts") = std::vector<float>(),
|
||||
py::arg("push_consts") = std::vector<float>())
|
||||
.def("algorithm_t", [np](kp::Manager& self,
|
||||
.def("algorithm", [np](kp::Manager& self,
|
||||
const std::vector<std::shared_ptr<kp::Tensor>>& tensors,
|
||||
const py::bytes& spirv,
|
||||
const kp::Workgroup& workgroup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue