pub unsafe extern "C" fn mlirOperationGetParentOperation(
    op: MlirOperation
) -> MlirOperation
Expand description

Gets the operation that owns this operation, returning null if the operation is not owned.