Sign in
android
/
platform
/
external
/
pytorch
/
22d227fd29
/
.
/
torch
/
csrc
/
lazy
/
python
/
init.h
blob: 3049baa4421ea2257b54f6b64329aa862f3d9c24 [
file
] [
log
] [
blame
]
#pragma
once
#include
<c10/macros/Export.h>
#include
<pybind11/pybind11.h>
namespace
torch
{
namespace
lazy
{
TORCH_API
void
initLazyBindings
(
PyObject
*
module
);
}
// namespace lazy
}
// namespace torch