Loading mlir/lib/Bindings/Python/IRInterfaces.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -6,13 +6,23 @@ // //===----------------------------------------------------------------------===// #include <cstdint> #include <optional> #include <pybind11/cast.h> #include <pybind11/detail/common.h> #include <pybind11/pybind11.h> #include <pybind11/pytypes.h> #include <string> #include <utility> #include <vector> #include "IRModule.h" #include "mlir-c/BuiltinAttributes.h" #include "mlir-c/IR.h" #include "mlir-c/Interfaces.h" #include "mlir-c/Support.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" namespace py = pybind11; Loading Loading
mlir/lib/Bindings/Python/IRInterfaces.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -6,13 +6,23 @@ // //===----------------------------------------------------------------------===// #include <cstdint> #include <optional> #include <pybind11/cast.h> #include <pybind11/detail/common.h> #include <pybind11/pybind11.h> #include <pybind11/pytypes.h> #include <string> #include <utility> #include <vector> #include "IRModule.h" #include "mlir-c/BuiltinAttributes.h" #include "mlir-c/IR.h" #include "mlir-c/Interfaces.h" #include "mlir-c/Support.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" namespace py = pybind11; Loading