DEBSOURCES
Skip Quicknav
sources / pytorch / 2.6.0%2Bdfsg-8 / torch / csrc / autograd / python_fft_functions.h
12345678
#pragma once #include <torch/csrc/utils/pythoncapi_compat.h> namespace torch::autograd { void initFFTFunctions(PyObject* module); }