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