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