Skip to content

Commit

Permalink
add unsafe_promise_clamped (#8071)
Browse files Browse the repository at this point in the history
add unsafe_promise_clamp
  • Loading branch information
wraith1995 committed Feb 6, 2024
1 parent 80e2081 commit 93bff95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_bindings/src/halide/halide_/PyIROperator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ void define_operators(py::module &m) {
});

m.def("clamp", &clamp);
m.def("unsafe_promise_clamped", &unsafe_promise_clamped);
m.def("abs", &abs);
m.def("absd", &absd);

Expand Down

0 comments on commit 93bff95

Please sign in to comment.