blob: f05c36ac268dedc70a101f3e39f5804cf768dbb4 [file] [log] [blame]
#include <pybind11/pybind11.h>
#include <torch/csrc/utils/pybind.h>
namespace torch {
namespace impl {
namespace dispatch {
void initDispatchBindings(PyObject* module);
}
} // namespace impl
} // namespace torch