Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h140 MLIR_CAPI_EXPORTED bool mlirShapedTypeHasStaticShape(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp138 bool mlirShapedTypeHasStaticShape(MlirType type) { in mlirShapedTypeHasStaticShape() function
/external/llvm-project/mlir/test/CAPI/
Dir.c648 !mlirShapedTypeHasStaticShape(vector)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1694 !mlirShapedTypeHasStaticShape(shapedType)) { in getSplat()
2238 return mlirShapedTypeHasStaticShape(self); in bindDerived()