Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h173 MLIR_CAPI_EXPORTED MlirType mlirVectorTypeGetChecked(intptr_t rank,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp172 MlirType mlirVectorTypeGetChecked(intptr_t rank, const int64_t *shape, in mlirVectorTypeGetChecked() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2293 MlirType t = mlirVectorTypeGetChecked(shape.size(), shape.data(), in bindDerived()