Repository URL to install this package:
#include <ATen/DeviceAccelerator.h> #include <torch/csrc/utils/pybind.h> namespace torch::accelerator { void initModule(PyObject* module); } // namespace torch::accelerator