mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
This reverts commit 5aa258eb09d5ecd62aea4d2bd02bbfa5eda0d554. Reverted https://github.com/pytorch/pytorch/pull/116486 on behalf of https://github.com/izaitsevfb due to Reverting, as it depends on https://github.com/pytorch/pytorch/pull/116353, which has to be reverted ([comment](https://github.com/pytorch/pytorch/pull/116486#issuecomment-1876042948))
12 lines
189 B
C++
12 lines
189 B
C++
#pragma once
|
|
|
|
namespace torch {
|
|
namespace autograd {
|
|
|
|
PyMethodDef* get_nested_functions_manual();
|
|
|
|
void initNestedFunctions(PyObject* module);
|
|
|
|
} // namespace autograd
|
|
} // namespace torch
|