mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
This PR follows #116751. Pull Request resolved: https://github.com/pytorch/pytorch/pull/116486 Approved by: https://github.com/albanD
8 lines
106 B
C++
8 lines
106 B
C++
#include <Python.h>
|
|
|
|
namespace torch::functorch::impl {
|
|
|
|
void initFuncTorchBindings(PyObject* module);
|
|
|
|
}
|