blob: bd1a42306423609478006ca6ee82055e60f8efda [file] [log] [blame]
#pragma once
#include <torch/csrc/utils/pybind.h>
namespace torch {
namespace jit {
void initJITBindings(PyObject* module);
}
} // namespace torch