MLIR
21.0.0git
|
#include <string>
#include "mlir-c/Dialect/Transform.h"
#include "mlir-c/IR.h"
#include "mlir-c/Support.h"
#include "mlir/Bindings/Python/NanobindAdaptors.h"
#include "mlir/Bindings/Python/Nanobind.h"
Go to the source code of this file.
Functions | |
void | populateDialectTransformSubmodule (const nb::module_ &m) |
NB_MODULE (_mlirDialectsTransform, m) | |
NB_MODULE | ( | _mlirDialectsTransform | , |
m | |||
) |
Definition at line 118 of file DialectTransform.cpp.
References populateDialectTransformSubmodule().
void populateDialectTransformSubmodule | ( | const nb::module_ & | m | ) |
Definition at line 22 of file DialectTransform.cpp.
References MlirStringRef::data, MlirStringRef::length, mlirStringRefCreate(), mlirTransformAnyOpTypeGet(), mlirTransformAnyOpTypeGetTypeID(), mlirTransformAnyParamTypeGet(), mlirTransformAnyParamTypeGetTypeID(), mlirTransformAnyValueTypeGet(), mlirTransformAnyValueTypeGetTypeID(), mlirTransformOperationTypeGet(), mlirTransformOperationTypeGetOperationName(), mlirTransformOperationTypeGetTypeID(), mlirTransformParamTypeGet(), mlirTransformParamTypeGetType(), mlirTransformParamTypeGetTypeID(), mlirTypeIsATransformAnyOpType(), mlirTypeIsATransformAnyParamType(), mlirTypeIsATransformAnyValueType(), mlirTypeIsATransformOperationType(), and mlirTypeIsATransformParamType().
Referenced by NB_MODULE().