Fork me on GitHub

src/arraymancer/tensor/init_copy_cuda

Search:
Group by:
  Source Edit

Procs

proc clone[T](t: CudaTensor[T]): CudaTensor[T] {.noinit, noSideEffect.}
Clone (deep copy) a CudaTensor. Copy will not share its data with the original.   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood