Sign in
android
/
platform
/
external
/
pytorch
/
db8abde9b6c4735d18d4681a1f70a55ff0b09f5b
/
.
/
torch
/
csrc
/
jit
/
python
/
init.h
blob: bd1a42306423609478006ca6ee82055e60f8efda [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/utils/pybind.h>
namespace
torch
{
namespace
jit
{
void
initJITBindings
(
PyObject
*
module
);
}
}
// namespace torch