Files
pytorch/torch/csrc/monitor/python_init.h

10 lines
127 B
C++

#pragma once
#include <torch/csrc/utils/pybind.h>
namespace torch::monitor {
void initMonitorBindings(PyObject* module);
}