create_cpuarray

Function create_cpuarray 

Source
pub fn create_cpuarray<T, S, D>(array: &ArrayBase<S, D>) -> DeviceArray<T, D>
where T: GpuDataType, S: RawData<Elem = T> + Data, D: Dimension,
Expand description

Create a device array on the CPU