Sign in
android
/
platform
/
external
/
pytorch
/
a895af9250
/
.
/
torch
/
csrc
/
functorch
/
init.h
blob: 16c63a632ccf1fa78a97a3066d3ef921aa000a0b [
file
] [
log
] [
blame
]
#include
<pybind11/pybind11.h>
#include
<torch/csrc/utils/pybind.h>
namespace
torch
{
namespace
functorch
{
namespace
impl
{
void
initFuncTorchBindings
(
PyObject
*
module
);
}
}
// namespace functorch
}
// namespace torch