Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h167 MLIR_CAPI_EXPORTED MlirType mlirVectorTypeGet(intptr_t rank,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp165 MlirType mlirVectorTypeGet(intptr_t rank, const int64_t *shape, in mlirVectorTypeGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c640 mlirVectorTypeGet(sizeof(shape) / sizeof(int64_t), shape, f32); in printBuiltinTypes()