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.
pub unsafe extern "C" fn mlirOperationGetTypeID(
op: MlirOperation,
) -> MlirTypeID
Gets the type id of the operation. Returns null if the operation does not have a registered operation description.