MLIR  19.0.0git
Functions
TransformInterpreter.cpp File Reference
#include "mlir-c/Dialect/Transform/Interpreter.h"
#include "mlir-c/IR.h"
#include "mlir-c/Support.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>

Go to the source code of this file.

Functions

static void populateTransformInterpreterSubmodule (py::module &m)
 
 PYBIND11_MODULE (_mlirTransformInterpreter, m)
 

Function Documentation

◆ populateTransformInterpreterSubmodule()

static void populateTransformInterpreterSubmodule ( py::module &  m)
static

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( _mlirTransformInterpreter  ,
 
)

Definition at line 102 of file TransformInterpreter.cpp.

References populateTransformInterpreterSubmodule().