Files
pytorch/torch/csrc/functorch/init.h

8 lines
106 B
C++

#include <Python.h>
namespace torch::functorch::impl {
void initFuncTorchBindings(PyObject* module);
}