visualize visualizes the first N images given a data tensor that is made up of float64s. It's arranged into (rows, 10) image. Row counts are calculated by dividing N by 10 - we only ever want 10 columns. For simplicity's sake, we will truncate any remainders.
(data tensor.Tensor, rows, cols int, filename string)
source not stored for this graph (policy: none)
no test coverage detected