mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/116486 Approved by: https://github.com/albanD
8 lines
90 B
C++
8 lines
90 B
C++
#pragma once
|
|
|
|
namespace torch::autograd {
|
|
|
|
void initSparseFunctions(PyObject* module);
|
|
|
|
}
|