xref: /aosp_15_r20/external/pytorch/torch/csrc/instruction_counter/Module.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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