Sign in
android
/
platform
/
external
/
pytorch
/
ea1e2906cc
/
.
/
torch
/
csrc
/
utils
/
python_dispatch.h
blob: e1abbca27758b1c9461930e731a28d54151f09cb [
file
] [
log
] [
blame
]
#include
<pybind11/pybind11.h>
namespace
torch
{
namespace
impl
{
namespace
dispatch
{
void
initDispatchBindings
(
PyObject
*
module
);
}
}
// namespace impl
}
// namespace torch