Home
last modified time | relevance | path

Searched refs:mlirMemRefTypeGetLayout (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h278 MLIR_CAPI_EXPORTED MlirAttribute mlirMemRefTypeGetLayout(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp276 MlirAttribute mlirMemRefTypeGetLayout(MlirType type) { in mlirMemRefTypeGetLayout() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp468 MlirAttribute layout = mlirMemRefTypeGetLayout(self); in bindDerived()