Searched refs:mlirShapedTypeGetElementType (Results 1 – 5 of 5) sorted by relevance
523 MlirType shapedElementType = mlirShapedTypeGetElementType(shapedType); in getSplat()550 MlirType elementType = mlirShapedTypeGetElementType(shapedType); in accessBuffer()704 type = mlirShapedTypeGetElementType(type); in dunderGetItem()830 type = mlirShapedTypeGetElementType(type); in dunderGetItem()
238 MlirType t = mlirShapedTypeGetElementType(self); in bindDerived()
131 MLIR_CAPI_EXPORTED MlirType mlirShapedTypeGetElementType(MlirType type);
127 MlirType mlirShapedTypeGetElementType(MlirType type) { in mlirShapedTypeGetElementType() function
718 if (!mlirTypeEqual(mlirShapedTypeGetElementType(vector), f32) || in printBuiltinTypes()