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