Sign in
android
/
platform
/
external
/
pytorch
/
406c9f9c283ebdbd7c9fa07be26d66f0de16b1d1
/
.
/
torch
/
csrc
/
jit
/
script
/
init.h
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