Function mlir_sys::mlirOperationVerify
source · pub unsafe extern "C" fn mlirOperationVerify(
op: MlirOperation
) -> bool
Expand description
Verify the operation and return true if it passes, false if it fails.
pub unsafe extern "C" fn mlirOperationVerify(
op: MlirOperation
) -> bool
Verify the operation and return true if it passes, false if it fails.