mlir_sys

Function mlirOperationGetTypeID

Source
pub unsafe extern "C" fn mlirOperationGetTypeID(
    op: MlirOperation,
) -> MlirTypeID
Expand description

Gets the type id of the operation. Returns null if the operation does not have a registered operation description.