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