Home
last modified time | relevance | path

Searched refs:mlirShapedTypeHasStaticShape (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h140 MLIR_CAPI_EXPORTED bool mlirShapedTypeHasStaticShape(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp139 bool mlirShapedTypeHasStaticShape(MlirType type) { in mlirShapedTypeHasStaticShape() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp256 return mlirShapedTypeHasStaticShape(self); in bindDerived()
H A DIRAttributes.cpp517 !mlirShapedTypeHasStaticShape(shapedType)) { in getSplat()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c723 !mlirShapedTypeHasStaticShape(vector)) in printBuiltinTypes()