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