1#pragma once
2
3#include <torch/csrc/utils/python_stub.h>
4
5namespace torch {
6namespace python {
7/// Initializes Python bindings for the C++ frontend.
8void init_bindings(PyObject* module);
9} // namespace python
10} // namespace torch
11