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