#pragma once

namespace torch::autograd {

void initLinalgFunctions(PyObject* module);

}
