mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Follows #139385 Pull Request resolved: https://github.com/pytorch/pytorch/pull/139599 Approved by: https://github.com/sraikund16
9 lines
138 B
C++
9 lines
138 B
C++
#pragma once
|
|
#include <torch/csrc/utils/pythoncapi_compat.h>
|
|
|
|
namespace torch::autograd {
|
|
|
|
void initSparseFunctions(PyObject* module);
|
|
|
|
}
|