Shortcuts

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 {
namespace python {
void init_bindings(PyObject* module);
} // namespace python
} // namespace torch

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources