Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h555 MLIR_CAPI_EXPORTED MlirContext mlirTypeGetContext(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp546 MlirContext mlirTypeGetContext(MlirType type) { in mlirTypeGetContext() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1156 return PyType(PyMlirContext::forContext(mlirTypeGetContext(rawType)), in createFromCapsule()
1686 PyMlirContext::forContext(mlirTypeGetContext(shapedType)); in getSplat()