• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <torch/csrc/python_headers.h>
2 
3 namespace torch::inductor {
4 
5 void initAOTIRunnerBindings(PyObject* module);
6 
7 } // namespace torch::inductor
8