|
MLIR
22.0.0git
|
#include "mlir-c/Dialect/Transform/Interpreter.h"#include "mlir-c/IR.h"#include "mlir-c/Support.h"#include "mlir/Bindings/Python/Diagnostics.h"#include "mlir/Bindings/Python/NanobindAdaptors.h"#include "mlir/Bindings/Python/Nanobind.h"Go to the source code of this file.
Functions | |
| static void | populateTransformInterpreterSubmodule (nb::module_ &m) |
| NB_MODULE (_mlirTransformInterpreter, m) | |
| NB_MODULE | ( | _mlirTransformInterpreter | , |
| m | |||
| ) |
Definition at line 102 of file TransformInterpreter.cpp.
References populateTransformInterpreterSubmodule().
|
static |
Definition at line 37 of file TransformInterpreter.cpp.
References mlirLogicalResultIsFailure(), mlirLogicalResultIsSuccess(), mlirMergeSymbolsIntoFromClone(), mlirOperationGetContext(), mlirTransformApplyNamedSequence(), mlirTransformOptionsEnableExpensiveChecks(), mlirTransformOptionsEnforceSingleTopLevelTransformOp(), mlirTransformOptionsGetEnforceSingleTopLevelTransformOp(), mlirTransformOptionsGetExpensiveChecksEnabled(), options, and mlir::python::CollectDiagnosticsToStringScope::takeMessage().
Referenced by NB_MODULE().