Home
last modified time | relevance | path

Searched refs:mlirShapedTypeGetRank (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h137 MLIR_CAPI_EXPORTED int64_t mlirShapedTypeGetRank(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp134 int64_t mlirShapedTypeGetRank(MlirType type) { in mlirShapedTypeGetRank() function
/external/llvm-project/mlir/test/CAPI/
Dir.c644 !mlirShapedTypeHasRank(vector) || mlirShapedTypeGetRank(vector) != 2 || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1804 intptr_t rank = mlirShapedTypeGetRank(shapedType); in bufferInfo()
2232 return mlirShapedTypeGetRank(self); in bindDerived()