Sign in
android
/
platform
/
external
/
pytorch
/
a5cb888013
/
.
/
torch
/
csrc
/
dynamo
/
init.h
blob: c496df083dfece0000c6a5258f7f2606b8c7a852 [
file
] [
log
] [
blame
]
#pragma
once
// C2039 MSVC
#include
<pybind11/complex.h>
#include
<pybind11/pybind11.h>
#include
<torch/csrc/utils/pybind.h>
#include
<Python.h>
namespace
torch
{
namespace
dynamo
{
void
initDynamoBindings
(
PyObject
*
torch
);
}
}
// namespace torch