blob: ff077dd46d98c07df852f1cbd9e09395de632d0b [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