Convert GPUArray back to regular array?
22 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have some functions which I can use with an image when it is in GPUArray, other functions I have won't work with GPUArrays, how can I convert a GPUArray back into a regular array?
Many thanks
0 Commenti
Risposta accettata
Adam
il 22 Giu 2017
Modificato: Adam
il 22 Giu 2017
doc gather
Make sure you select the one for the parallel computing toolbox though rather than tall arrays
3 Commenti
Walter Roberson
il 14 Mag 2019
If you need to use that without a GPU, then it would be
B_forward = (bitshift((B_forward),Shifts(WeightLayerIndex)));
Più risposte (0)
Vedere anche
Categorie
Scopri di più su GPU Computing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!