xref: /aosp_15_r20/external/pytorch/torch/csrc/monitor/python_init.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 
3 #include <torch/csrc/utils/pybind.h>
4 
5 namespace torch {
6 namespace monitor {
7 
8 void initMonitorBindings(PyObject* module);
9 
10 }
11 } // namespace torch
12