Convert a resident handle back to an adgeMatrix
Source:R/resident-handle.R
as_adgeMatrix.resident_handle.RdCreates an adgeMatrix with the resident key still bound. By default the
GPU data is materialized to a host copy. If defer_host = TRUE, the
host copy is not materialized until first host access.
Arguments
- h
A
resident_handle.- ...
Reserved for future use.
- defer_host
When
TRUE, return a deferred-hostadgeMatrixthat materializes lazily. Deferred-host objects are not process-serializable unless materialized before persistence; aftersaveRDS()/readRDS()they fail cleanly instead of returning sentinel data.