Files
pytorch/torch/csrc/autograd/python_fft_functions.h

8 lines
87 B
C++

#pragma once
namespace torch::autograd {
void initFFTFunctions(PyObject* module);
}