Rate this Page

Program Listing for File init.h#

Return to documentation for file (torch/csrc/api/include/torch/python/init.h)

#pragma once

#include <torch/csrc/utils/python_stub.h>

namespace torch::python {
void init_bindings(PyObject* module);
} // namespace torch::python