We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e7078 commit 9ebec86Copy full SHA for 9ebec86
cpu/src/bindings.cpp
@@ -1,6 +1,8 @@
1
#include "group_points.h"
2
#include "ball_query.h"
3
4
+using namespace pybind11::literals;
5
+
6
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
7
m.def("group_points", &group_points);
8
0 commit comments