Benchmark: Stacking tensors like an image

by sbrl
GNU/Linux ◆ xterm-256color ◆ bash 343 views

I needed to see which was the most performant way to stack Tensors like an image (e.g. A1 B1 A2 B2….), so I implemented a simple benchmark to see which Stackoverflow answer was faster.

Ref https://stackoverflow.com/q/62007626/1460422