Function mlir_sys::mlirOperationEqual
source · 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.