Files
pytorch/torch/csrc/autograd/python_special_functions.h

8 lines
138 B
C++

#pragma once
#include <torch/csrc/utils/pythoncapi_compat.h>
namespace torch::autograd {
void initSpecialFunctions(PyObject* module);
}