Files
pytorch/torch/csrc/autograd/python_fft_functions.h
2024-01-03 22:18:54 +00:00

10 lines
119 B
C++

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