pub unsafe extern "C" fn mlirOpPrintingFlagsElideLargeElementsAttrs(
    flags: MlirOpPrintingFlags,
    largeElementLimit: isize
)
Expand description

Enables the elision of large elements attributes by printing a lexically valid but otherwise meaningless form instead of the element data. The largeElementLimit is used to configure what is considered to be a “large” ElementsAttr by providing an upper limit to the number of elements.