blob: 85113e441a5de2399390292c71b16b7a64d81aab [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