Fork me on GitHub

src/arraymancer/tensor/display_cuda

Search:
Group by:
  Source Edit

Procs

proc `$`[T](t: CudaTensor[T]): string
Pretty-print a CudaTensor (when using echo for example)   Source Edit
proc pretty[T](t: CudaTensor[T]; precision = -1): string
Pretty-print a CudaTensor with the option to set a custom precision for float values.   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood