Searched refs:mlirVectorTypeGet (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | BuiltinTypes.h | 176 MLIR_CAPI_EXPORTED MlirType mlirVectorTypeGet(intptr_t rank,
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 172 MlirType mlirVectorTypeGet(intptr_t rank, const int64_t *shape, in mlirVectorTypeGet() function
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 1502 mlirVectorTypeGet(1, &size, mlirIntegerTypeGet(context->get(), 32)), in buildGeneric() 1512 mlirVectorTypeGet(1, &size, mlirIntegerTypeGet(context->get(), 32)), in buildGeneric()
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 715 mlirVectorTypeGet(sizeof(shape) / sizeof(int64_t), shape, f32); in printBuiltinTypes()
|