1 #pragma once 2 #include <torch/csrc/python_headers.h> 3 4 namespace torch::instruction_counter { 5 6 void initModule(PyObject* module); 7 8 } // namespace torch::instruction_counter 9