Files
pytorch/torch/csrc/autograd/python_nn_functions.h
2024-11-05 16:00:25 +00:00

8 lines
129 B
C++

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