#pragma once

namespace torch::autograd {

void initFFTFunctions(PyObject* module);

}
