Sign in
android
/
platform
/
external
/
pytorch
/
db8abde9b6c4735d18d4681a1f70a55ff0b09f5b
/
.
/
torch
/
csrc
/
lazy
/
python
/
init.h
blob: 5bdc5a9722908648282d56b94a94453c363c9ba5 [
file
] [
log
] [
blame
]
#pragma
once
#include
<pybind11/pybind11.h>
#include
<torch/csrc/Export.h>
#include
<torch/csrc/utils/pybind.h>
namespace
torch
{
namespace
lazy
{
TORCH_PYTHON_API
void
initLazyBindings
(
PyObject
*
module
);
}
// namespace lazy
}
// namespace torch