Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp523 MlirType shapedElementType = mlirShapedTypeGetElementType(shapedType); in getSplat() local
525 if (!mlirTypeEqual(shapedElementType, attrType)) { in getSplat()