Searched refs:mlirElementsAttrGetValue (Results 1 – 3 of 3) sorted by relevance
273 MLIR_CAPI_EXPORTED MlirAttribute mlirElementsAttrGetValue(MlirAttribute attr,
983 mlirAttributeDump(mlirElementsAttrGetValue(floatElements, 2, uints64)); in printBuiltinAttributes()984 mlirAttributeDump(mlirElementsAttrGetValue(doubleElements, 2, uints64)); in printBuiltinAttributes()
287 MlirAttribute mlirElementsAttrGetValue(MlirAttribute attr, intptr_t rank, in mlirElementsAttrGetValue() function