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