pub unsafe extern "C" fn mlirOperationEqual(
op: MlirOperation,
other: MlirOperation,
) -> boolExpand description
Checks whether two operation handles point to the same operation. This does not perform deep comparison.
pub unsafe extern "C" fn mlirOperationEqual(
op: MlirOperation,
other: MlirOperation,
) -> boolChecks whether two operation handles point to the same operation. This does not perform deep comparison.