blob: 8245d107471754706503d5b60ba09b8fa7f5fe58 [file] [log] [blame]
#pragma once
#include "torch/csrc/jit/pybind.h"
namespace torch {
namespace jit {
namespace script {
void initJitScriptBindings(PyObject* module);
} // namespace script
} // namespace jit
} // namespace torch