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