1#pragma once
2
3#include <torch/csrc/utils/pybind.h>
4
5namespace torch {
6namespace jit {
7
8void initJITBindings(PyObject* module);
9
10}
11} // namespace torch
12