Sign in
android
/
platform
/
external
/
pytorch
/
10c17b13d7
/
.
/
torch
/
csrc
/
functorch
/
init.h
blob: 3a9971ea12bfc882d8b4fbd49eca432d7f57b8f1 [
file
] [
log
] [
blame
]
#include
<Python.h>
namespace
torch
::
functorch
::
impl
{
void
initFuncTorchBindings
(
PyObject
*
module
);
}