ClikaRT::ops::copy_to_cpu
function
copy_to_cpu()
Materializes a host-resident copy of the tensor (device-to-host transfer; an owning CPU tensor even when src is already on the CPU).
Throws
ClikaRT::Error: when the input's dtype/shape is not served for this operation (the machine-readable reason ridescode_name()).
Returns: the CPU-resident copy.
Declared in ClikaRT/compute/ops.h, line 2056