Sign in
android
/
platform
/
external
/
pytorch
/
8dae433de8
/
.
/
torch
/
csrc
/
jit
/
python_ir.h
blob: f9c890e36e915228c3b07201c63ee340fe944e53 [
file
] [
log
] [
blame
]
#pragma
once
#include
"torch/csrc/jit/ir.h"
namespace
torch
{
namespace
jit
{
void
initPythonIRBindings
(
PyObject
*
module
);
}}