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