Repository URL to install this package:
#pragma once #include <torch/csrc/python_headers.h> namespace torch { namespace jit { void initTreeViewBindings(PyObject* module); } // namespace jit } // namespace torch