pytorch/torch/csrc/utils/python_dispatch.h
2022-06-11 21:11:16 +00:00

12 lines
178 B
C++

#include <pybind11/pybind11.h>
namespace torch {
namespace impl {
namespace dispatch {
void initDispatchBindings(PyObject* module);
}
} // namespace impl
} // namespace torch