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