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