pub unsafe extern "C" fn mlirOperationEqual(
op: MlirOperation,
other: MlirOperation,
) -> bool
Expand 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,
) -> bool
Checks whether two operation handles point to the same operation. This does not perform deep comparison.