#pragma once #include namespace torch::instruction_counter { void initModule(PyObject* module); } // namespace torch::instruction_counter