#pragma once

namespace torch::autograd {

void initSpecialFunctions(PyObject* module);

}
