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