mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This reverts commit 5aa258eb09.
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))
10 lines
122 B
C++
10 lines
122 B
C++
#pragma once
|
|
|
|
namespace torch {
|
|
namespace autograd {
|
|
|
|
void initSparseFunctions(PyObject* module);
|
|
|
|
}
|
|
} // namespace torch
|