pub unsafe extern "C" fn mlirOperationGetParentOperation(
op: MlirOperation,
) -> MlirOperationExpand description
Gets the operation that owns this operation, returning null if the operation is not owned.
pub unsafe extern "C" fn mlirOperationGetParentOperation(
op: MlirOperation,
) -> MlirOperationGets the operation that owns this operation, returning null if the operation is not owned.