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