MLIR
20.0.0git
|
#include "mlir-c/Dialect/Transform.h"
#include "mlir-c/IR.h"
#include "mlir-c/Support.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"
#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <string>
Go to the source code of this file.
Functions | |
void | populateDialectTransformSubmodule (const pybind11::module &m) |
PYBIND11_MODULE (_mlirDialectsTransform, m) | |
void populateDialectTransformSubmodule | ( | const pybind11::module & | m | ) |
Definition at line 24 of file DialectTransform.cpp.
PYBIND11_MODULE | ( | _mlirDialectsTransform | , |
m | |||
) |
Definition at line 120 of file DialectTransform.cpp.