1 #pragma once 2 #include <torch/csrc/python_headers.h> 3 4 namespace torch { 5 6 void initVerboseBindings(PyObject* module); 7 8 } // namespace torch 9