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